Class: Aws::Types::GetTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
844 845 846 |
# File 'sig/types.rbs', line 844 def api_id @api_id end |
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
846 847 848 |
# File 'sig/types.rbs', line 846 def format @format end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
845 846 847 |
# File 'sig/types.rbs', line 845 def type_name @type_name end |