Class: Aws::OAM::Types::CreateSinkInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

A name for the sink.

Returns:

  • (String)


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

#tagsHash<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

Returns:

  • (Hash<String,String>)


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