Class: Aws::Types::CreateSignalingChannelInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def channel_name
  @channel_name
end

#channel_type"SINGLE_MASTER", "FULL_MESH"

Returns the value of attribute channel_type.

Returns:

  • ("SINGLE_MASTER", "FULL_MESH")


50
51
52
# File 'sig/types.rbs', line 50

def channel_type
  @channel_type
end

#single_master_configurationTypes::SingleMasterConfiguration

Returns the value of attribute single_master_configuration.



51
52
53
# File 'sig/types.rbs', line 51

def single_master_configuration
  @single_master_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def tags
  @tags
end