Class: Aws::Types::GetTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
238 239 240 |
# File 'sig/types.rbs', line 238 def keyspace_name @keyspace_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
239 240 241 |
# File 'sig/types.rbs', line 239 def type_name @type_name end |