Class: Aws::FMS::Types::PutAppsListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutAppsListResponse
- 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.
-
#apps_list_arn ⇒ String
The Amazon Resource Name (ARN) of the applications list.
Instance Attribute Details
#apps_list ⇒ Types::AppsListData
The details of the Firewall Manager applications list.
3983 3984 3985 3986 3987 3988 |
# File 'lib/aws-sdk-fms/types.rb', line 3983 class PutAppsListResponse < 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.
3983 3984 3985 3986 3987 3988 |
# File 'lib/aws-sdk-fms/types.rb', line 3983 class PutAppsListResponse < Struct.new( :apps_list, :apps_list_arn) SENSITIVE = [] include Aws::Structure end |