Class: Aws::Types::CreateChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
99 100 101 |
# File 'sig/types.rbs', line 99 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
100 101 102 |
# File 'sig/types.rbs', line 100 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
101 102 103 |
# File 'sig/types.rbs', line 101 def @tags end |