Class: Aws::Types::UpdateSignalingChannelInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def current_version
  @current_version
end

#single_master_configurationTypes::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