Class: Aws::Types::CreateChannelGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
62 63 64 |
# File 'sig/types.rbs', line 62 def channel_group_name @channel_group_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
63 64 65 |
# File 'sig/types.rbs', line 63 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
64 65 66 |
# File 'sig/types.rbs', line 64 def description @description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
65 66 67 |
# File 'sig/types.rbs', line 65 def @tags end |