Class: Aws::Types::MetadataAttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:number_value, :string_value])

Instance Attribute Summary collapse

Instance Attribute Details

#boolean_valueBoolean

Returns the value of attribute boolean_value.

Returns:

  • (Boolean)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def boolean_value
  @boolean_value
end

#number_value::Float

Returns the value of attribute number_value.

Returns:

  • (::Float)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def number_value
  @number_value
end

#string_list_value::Array[::String]

Returns the value of attribute string_list_value.

Returns:

  • (::Array[::String])


1963
1964
1965
# File 'sig/types.rbs', line 1963

def string_list_value
  @string_list_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def string_value
  @string_value
end

#type"BOOLEAN", ...

Returns the value of attribute type.

Returns:

  • ("BOOLEAN", "NUMBER", "STRING", "STRING_LIST")


1959
1960
1961
# File 'sig/types.rbs', line 1959

def type
  @type
end