Class: Aws::FMS::Types::PutAppsListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutAppsListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps_list ⇒ Types::AppsListData
The details of the Firewall Manager applications list to be created.
-
#tag_list ⇒ Array<Types::Tag>
The tags associated with the resource.
Instance Attribute Details
#apps_list ⇒ Types::AppsListData
The details of the Firewall Manager applications list to be created.
3966 3967 3968 3969 3970 3971 |
# File 'lib/aws-sdk-fms/types.rb', line 3966 class PutAppsListRequest < Struct.new( :apps_list, :tag_list) SENSITIVE = [] include Aws::Structure end |
#tag_list ⇒ Array<Types::Tag>
The tags associated with the resource.
3966 3967 3968 3969 3970 3971 |
# File 'lib/aws-sdk-fms/types.rb', line 3966 class PutAppsListRequest < Struct.new( :apps_list, :tag_list) SENSITIVE = [] include Aws::Structure end |