Class: Aws::Types::UpdateSignalingChannelInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSignalingChannelInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#single_master_configuration ⇒ Types::SingleMasterConfiguration
Returns the value of attribute single_master_configuration.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
599 600 601 |
# File 'sig/types.rbs', line 599 def channel_arn @channel_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
600 601 602 |
# File 'sig/types.rbs', line 600 def current_version @current_version end |
#single_master_configuration ⇒ Types::SingleMasterConfiguration
Returns the value of attribute single_master_configuration.
601 602 603 |
# File 'sig/types.rbs', line 601 def single_master_configuration @single_master_configuration end |