Class: Aws::FMS::Types::PutAppsListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutAppsListResponse
- 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
The details of the AWS 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 AWS Firewall Manager applications list.
2001 2002 2003 2004 2005 2006 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2001 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.
2001 2002 2003 2004 2005 2006 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2001 class PutAppsListResponse < Struct.new( :apps_list, :apps_list_arn) SENSITIVE = [] include Aws::Structure end |