Class: Aws::Types::SchemaAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name ⇒ ::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


1188
1189
1190
# File 'sig/types.rbs', line 1188

def attribute_name
  @attribute_name
end

#attribute_type ⇒ "string", ...

Returns the value of attribute attribute_type.

Returns:

  • ("string", "integer", "float", "timestamp", "geolocation")


1189
1190
1191
# File 'sig/types.rbs', line 1189

def attribute_type
  @attribute_type
end