Class: Aws::Types::AttributeValue

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

Defined Under Namespace

Classes: Boolean, Datetime, Decimal, Duration, EntityIdentifier, Ipaddr, Long, Record, Set, String, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:boolean, :long, :string, :ipaddr, :decimal, :datetime, :duration])

Instance Attribute Summary collapse

Instance Attribute Details

#booleanBoolean

Returns the value of attribute boolean.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def boolean
  @boolean
end

#datetime::String

Returns the value of attribute datetime.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def datetime
  @datetime
end

#decimal::String

Returns the value of attribute decimal.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def decimal
  @decimal
end

#duration::String

Returns the value of attribute duration.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def duration
  @duration
end

#entity_identifierTypes::EntityIdentifier

Returns the value of attribute entity_identifier.



24
25
26
# File 'sig/types.rbs', line 24

def entity_identifier
  @entity_identifier
end

#ipaddr::String

Returns the value of attribute ipaddr.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def ipaddr
  @ipaddr
end

#long::Integer

Returns the value of attribute long.

Returns:

  • (::Integer)


25
26
27
# File 'sig/types.rbs', line 25

def long
  @long
end

#record::Hash[::String, Types::AttributeValue]

Returns the value of attribute record.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def record
  @record
end

#set::Array[Types::AttributeValue]

Returns the value of attribute set.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def set
  @set
end

#string::String

Returns the value of attribute string.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def string
  @string
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


33
34
35
# File 'sig/types.rbs', line 33

def unknown
  @unknown
end