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.
901 902 903 |
# File 'sig/types.rbs', line 901 def channel_arn @channel_arn end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
902 903 904 |
# File 'sig/types.rbs', line 902 def cluster_arn @cluster_arn end |