Class: Aws::FMS::Types::PutAppsListRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apps_listTypes::AppsListData

The details of the Firewall Manager applications list to be created.

Returns:



3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3968

class PutAppsListRequest < Struct.new(
  :apps_list,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

The tags associated with the resource.

Returns:



3968
3969
3970
3971
3972
3973
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3968

class PutAppsListRequest < Struct.new(
  :apps_list,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end