Class: Aws::Types::DeleteTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTypeRequest
- 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.
158 159 160 |
# File 'sig/types.rbs', line 158 def keyspace_name @keyspace_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def type_name @type_name end |