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.
481 482 483 |
# File 'sig/types.rbs', line 481 def channel_arn @channel_arn end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
482 483 484 |
# File 'sig/types.rbs', line 482 def cluster_arn @cluster_arn end |