Class: Aws::FMS::Types::GetAppsListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetAppsListResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apps_list ⇒ Types::AppsListData
Information about the specified Firewall Manager applications list.
-
#apps_list_arn ⇒ String
The Amazon Resource Name (ARN) of the applications list.
Instance Attribute Details
#apps_list ⇒ Types::AppsListData
Information about the specified Firewall Manager applications list.
1489 1490 1491 1492 1493 1494 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1489 class GetAppsListResponse < Struct.new( :apps_list, :apps_list_arn) SENSITIVE = [] include Aws::Structure end |
#apps_list_arn ⇒ String
The Amazon Resource Name (ARN) of the applications list.
1489 1490 1491 1492 1493 1494 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1489 class GetAppsListResponse < Struct.new( :apps_list, :apps_list_arn) SENSITIVE = [] include Aws::Structure end |