Class: Aws::Types::Datatype
- Inherits:
-
Object
- Object
- Aws::Types::Datatype
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#label ⇒ ::String
Returns the value of attribute label.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def label @label end |