Class: Aws::Types::Type
- Inherits:
-
Object
- Object
- Aws::Types::Type
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def arn @arn end |
#definition ⇒ ::String
Returns the value of attribute definition.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def definition @definition end |
#description ⇒ ::String
Returns the value of attribute description.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def description @description end |
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def format @format end |
#name ⇒ ::String
Returns the value of attribute name.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def name @name end |