Class: Aws::FMS::Types::PutResourceSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_setTypes::ResourceSet

Details about the resource set to be created or updated.>

Returns:



4101
4102
4103
4104
4105
4106
# File 'lib/aws-sdk-fms/types.rb', line 4101

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

#tag_listArray<Types::Tag>

Retrieves the tags associated with the specified resource set. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to “customer” and the value to the customer name or ID. You can specify one or more tags to add to each Amazon Web Services resource, up to 50 tags for a resource.

Returns:



4101
4102
4103
4104
4105
4106
# File 'lib/aws-sdk-fms/types.rb', line 4101

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