Class: Aws::Types::GetSignalingChannelEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSignalingChannelEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#single_master_channel_endpoint_configuration ⇒ Types::SingleMasterChannelEndpointConfiguration
Returns the value of attribute single_master_channel_endpoint_configuration.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def channel_arn @channel_arn end |
#single_master_channel_endpoint_configuration ⇒ Types::SingleMasterChannelEndpointConfiguration
Returns the value of attribute single_master_channel_endpoint_configuration.
244 245 246 |
# File 'sig/types.rbs', line 244 def single_master_channel_endpoint_configuration @single_master_channel_endpoint_configuration end |