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.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def id @id end |
#label ⇒ ::String
Returns the value of attribute label.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def label @label end |