Class: Aws::Types::UpdateChannelGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelGroupRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#etag ⇒ ::String
Returns the value of attribute etag.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
898 899 900 |
# File 'sig/types.rbs', line 898 def channel_group_name @channel_group_name end |
#description ⇒ ::String
Returns the value of attribute description.
900 901 902 |
# File 'sig/types.rbs', line 900 def description @description end |
#etag ⇒ ::String
Returns the value of attribute etag.
899 900 901 |
# File 'sig/types.rbs', line 899 def etag @etag end |