Class: Aws::FMS::Types::PutResourceSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutResourceSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_set ⇒ Types::ResourceSet
Details about the resource set to be created or updated.>.
-
#tag_list ⇒ Array<Types::Tag>
Retrieves the tags associated with the specified resource set.
Instance Attribute Details
#resource_set ⇒ Types::ResourceSet
Details about the resource set to be created or updated.>
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_list ⇒ Array<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.
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 |