Class: Aws::Types::GetSinkOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def arn
  @arn
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def id
  @id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


96
97
98
# File 'sig/types.rbs', line 96

def tags
  @tags
end