Class: Aws::FMS::Types::GetAppsListRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_listBoolean

Specifies whether the list to retrieve is a default list owned by Firewall Manager.

Returns:

  • (Boolean)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1288

class GetAppsListRequest < Struct.new(
  :list_id,
  :default_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_idString

The ID of the Firewall Manager applications list that you want the details for.

Returns:

  • (String)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1288

class GetAppsListRequest < Struct.new(
  :list_id,
  :default_list)
  SENSITIVE = []
  include Aws::Structure
end