Class: Aws::Types::DeleteChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
938 939 940 |
# File 'sig/types.rbs', line 938 def channel_arn @channel_arn end |
#cluster_operation_arn ⇒ ::String
Returns the value of attribute cluster_operation_arn.
939 940 941 |
# File 'sig/types.rbs', line 939 def cluster_operation_arn @cluster_operation_arn end |