Class: Aws::Types::DataType
- Inherits:
-
Object
- Object
- Aws::Types::DataType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array[Types::DataValue]
Returns the value of attribute allowed_values.
-
#nested_type ⇒ Types::DataType
Returns the value of attribute nested_type.
-
#relationship ⇒ Types::Relationship
Returns the value of attribute relationship.
-
#type ⇒ "RELATIONSHIP", ...
Returns the value of attribute type.
-
#unit_of_measure ⇒ ::String
Returns the value of attribute unit_of_measure.
Instance Attribute Details
#allowed_values ⇒ ::Array[Types::DataValue]
Returns the value of attribute allowed_values.
289 290 291 |
# File 'sig/types.rbs', line 289 def allowed_values @allowed_values end |
#nested_type ⇒ Types::DataType
Returns the value of attribute nested_type.
288 289 290 |
# File 'sig/types.rbs', line 288 def nested_type @nested_type end |
#relationship ⇒ Types::Relationship
Returns the value of attribute relationship.
291 292 293 |
# File 'sig/types.rbs', line 291 def relationship @relationship end |
#type ⇒ "RELATIONSHIP", ...
Returns the value of attribute type.
287 288 289 |
# File 'sig/types.rbs', line 287 def type @type end |
#unit_of_measure ⇒ ::String
Returns the value of attribute unit_of_measure.
290 291 292 |
# File 'sig/types.rbs', line 290 def unit_of_measure @unit_of_measure end |