Class: Aws::Types::DescribeChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelRequest
- 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.
474 475 476 |
# File 'sig/types.rbs', line 474 def channel_arn @channel_arn end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
475 476 477 |
# File 'sig/types.rbs', line 475 def cluster_arn @cluster_arn end |