Class: Aws::Types::GetSinkOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSinkOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
94 95 96 |
# File 'sig/types.rbs', line 94 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
95 96 97 |
# File 'sig/types.rbs', line 95 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
96 97 98 |
# File 'sig/types.rbs', line 96 def @tags end |