Class: Aws::Types::ParameterValue

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

Defined Under Namespace

Classes: Boolean, Double, Enum, EnumList, Integer, IntegerList, String, StringList, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#booleanBoolean

Returns the value of attribute boolean.

Returns:



6806
6807
6808
# File 'sig/types.rbs', line 6806

def boolean
  @boolean
end

#double::Float

Returns the value of attribute double.

Returns:

  • (::Float)


6803
6804
6805
# File 'sig/types.rbs', line 6803

def double
  @double
end

#enum::String

Returns the value of attribute enum.

Returns:

  • (::String)


6807
6808
6809
# File 'sig/types.rbs', line 6807

def enum
  @enum
end

#enum_list::Array[::String]

Returns the value of attribute enum_list.

Returns:

  • (::Array[::String])


6808
6809
6810
# File 'sig/types.rbs', line 6808

def enum_list
  @enum_list
end

#integer::Integer

Returns the value of attribute integer.

Returns:

  • (::Integer)


6801
6802
6803
# File 'sig/types.rbs', line 6801

def integer
  @integer
end

#integer_list::Array[::Integer]

Returns the value of attribute integer_list.

Returns:

  • (::Array[::Integer])


6802
6803
6804
# File 'sig/types.rbs', line 6802

def integer_list
  @integer_list
end

#string::String

Returns the value of attribute string.

Returns:

  • (::String)


6804
6805
6806
# File 'sig/types.rbs', line 6804

def string
  @string
end

#string_list::Array[::String]

Returns the value of attribute string_list.

Returns:

  • (::Array[::String])


6805
6806
6807
# File 'sig/types.rbs', line 6805

def string_list
  @string_list
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


6809
6810
6811
# File 'sig/types.rbs', line 6809

def unknown
  @unknown
end