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

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

#resource_setTypes::ResourceSet

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

Returns:



4092
4093
4094
4095
4096
4097
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4092

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:



4092
4093
4094
4095
4096
4097
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4092

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