Class: Aws::OAM::Types::CreateSinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::CreateSinkInput
- Defined in:
- gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
A name for the sink.
-
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the link.
Instance Attribute Details
#name ⇒ String
A name for the sink.
182 183 184 185 186 187 |
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 182 class CreateSinkInput < Struct.new( :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the link.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
182 183 184 185 186 187 |
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 182 class CreateSinkInput < Struct.new( :name, :tags) SENSITIVE = [] include Aws::Structure end |