Class: Aws::OAM::Types::CreateSinkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::CreateSinkInput
- Includes:
- Structure
- Defined in:
- 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.
174 175 176 177 178 179 |
# File 'lib/aws-sdk-oam/types.rb', line 174 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].
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html
174 175 176 177 178 179 |
# File 'lib/aws-sdk-oam/types.rb', line 174 class CreateSinkInput < Struct.new( :name, :tags) SENSITIVE = [] include Aws::Structure end |