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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-oam/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 'gems/aws-sdk-oam/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.

Returns:

  • (Hash<String,String>)


174
175
176
177
178
179
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 174

class CreateSinkInput < Struct.new(
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end