Class: Aws::Types::MultiRegionParameter

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_values ⇒ ::String

Returns the value of attribute allowed_values.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def allowed_values
  @allowed_values
end

#data_type ⇒ ::String

Returns the value of attribute data_type.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def data_type
  @data_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def description
  @description
end

#minimum_engine_version ⇒ ::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def minimum_engine_version
  @minimum_engine_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def name
  @name
end

#source ⇒ ::String

Returns the value of attribute source.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def source
  @source
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def value
  @value
end