Class: Aws::FMS::Types::AppsListDataSummary

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

Overview

Details of the Firewall Manager applications list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apps_listArray<Types::App>

An array of App objects in the Firewall Manager applications list.

Returns:



274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 274

class AppsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :apps_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_arnString

The Amazon Resource Name (ARN) of the applications list.

Returns:

  • (String)


274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 274

class AppsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :apps_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_idString

The ID of the applications list.

Returns:

  • (String)


274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 274

class AppsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :apps_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_nameString

The name of the applications list.

Returns:

  • (String)


274
275
276
277
278
279
280
281
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 274

class AppsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :apps_list)
  SENSITIVE = []
  include Aws::Structure
end