Class: Aws::Types::DeleteChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
894 895 896 |
# File 'sig/types.rbs', line 894 def channel_arn @channel_arn end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
895 896 897 |
# File 'sig/types.rbs', line 895 def cluster_arn @cluster_arn end |