Class: Aws::Types::Field

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

Defined Under Namespace

Classes: BlobValue, BooleanValue, DoubleValue, IsNull, LongValue, StringValue, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blob_value::String

Returns the value of attribute blob_value.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def blob_value
  @blob_value
end

#boolean_valueBoolean

Returns the value of attribute boolean_value.

Returns:

  • (Boolean)


194
195
196
# File 'sig/types.rbs', line 194

def boolean_value
  @boolean_value
end

#double_value::Float

Returns the value of attribute double_value.

Returns:

  • (::Float)


196
197
198
# File 'sig/types.rbs', line 196

def double_value
  @double_value
end

#is_nullBoolean

Returns the value of attribute is_null.

Returns:

  • (Boolean)


193
194
195
# File 'sig/types.rbs', line 193

def is_null
  @is_null
end

#long_value::Integer

Returns the value of attribute long_value.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def long_value
  @long_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def string_value
  @string_value
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


199
200
201
# File 'sig/types.rbs', line 199

def unknown
  @unknown
end