Class: Aws::FMS::Types::PutAppsListResponse

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

#apps_listTypes::AppsListData

The details of the Firewall Manager applications list.

Returns:



3567
3568
3569
3570
3571
3572
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3567

class PutAppsListResponse < Struct.new(
  :apps_list,
  :apps_list_arn)
  SENSITIVE = []
  include Aws::Structure
end

#apps_list_arnString

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

Returns:

  • (String)


3567
3568
3569
3570
3571
3572
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3567

class PutAppsListResponse < Struct.new(
  :apps_list,
  :apps_list_arn)
  SENSITIVE = []
  include Aws::Structure
end