Class: Aws::FMS::Types::AppsListDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::AppsListDataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Details of the Firewall Manager applications list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps_list ⇒ Array<Types::App>
An array of ‘App` objects in the Firewall Manager applications list.
-
#list_arn ⇒ String
The Amazon Resource Name (ARN) of the applications list.
-
#list_id ⇒ String
The ID of the applications list.
-
#list_name ⇒ String
The name of the applications list.
Instance Attribute Details
#apps_list ⇒ Array<Types::App>
An array of ‘App` objects in the Firewall Manager applications list.
274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-fms/types.rb', line 274 class AppsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :apps_list) SENSITIVE = [] include Aws::Structure end |
#list_arn ⇒ String
The Amazon Resource Name (ARN) of the applications list.
274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-fms/types.rb', line 274 class AppsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :apps_list) SENSITIVE = [] include Aws::Structure end |
#list_id ⇒ String
The ID of the applications list.
274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-fms/types.rb', line 274 class AppsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :apps_list) SENSITIVE = [] include Aws::Structure end |
#list_name ⇒ String
The name of the applications list.
274 275 276 277 278 279 280 281 |
# File 'lib/aws-sdk-fms/types.rb', line 274 class AppsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :apps_list) SENSITIVE = [] include Aws::Structure end |