Class: Aws::FMS::Types::GetAppsListResponse

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

Information about the specified Firewall Manager applications list.

Returns:



1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1305

class GetAppsListResponse < 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)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1305

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