Class: Aws::Types::CreateMultiplex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


699
700
701
# File 'sig/types.rbs', line 699

def availability_zones
  @availability_zones
end

#multiplex_settingsTypes::MultiplexSettings

Returns the value of attribute multiplex_settings.



700
701
702
# File 'sig/types.rbs', line 700

def multiplex_settings
  @multiplex_settings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


703
704
705
# File 'sig/types.rbs', line 703

def tags
  @tags
end