Class: Aws::Types::CreateSinkInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSinkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
39 40 41 |
# File 'sig/types.rbs', line 39 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
40 41 42 |
# File 'sig/types.rbs', line 40 def @tags end |