Class: Aws::FMS::Types::PutAppsListRequest

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 to be created.

Returns:



3550
3551
3552
3553
3554
3555
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3550

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

#tag_listArray<Types::Tag>

The tags associated with the resource.

Returns:



3550
3551
3552
3553
3554
3555
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3550

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