Class: Aws::FMS::Types::GetAppsListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetAppsListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_list ⇒ Boolean
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
-
#list_id ⇒ String
The ID of the Firewall Manager applications list that you want the details for.
Instance Attribute Details
#default_list ⇒ Boolean
Specifies whether the list to retrieve is a default list owned by Firewall Manager.
1472 1473 1474 1475 1476 1477 |
# File 'lib/aws-sdk-fms/types.rb', line 1472 class GetAppsListRequest < Struct.new( :list_id, :default_list) SENSITIVE = [] include Aws::Structure end |
#list_id ⇒ String
The ID of the Firewall Manager applications list that you want the details for.
1472 1473 1474 1475 1476 1477 |
# File 'lib/aws-sdk-fms/types.rb', line 1472 class GetAppsListRequest < Struct.new( :list_id, :default_list) SENSITIVE = [] include Aws::Structure end |