Class: Aws::Types::DeleteTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_arn ⇒ ::String
Returns the value of attribute keyspace_arn.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#keyspace_arn ⇒ ::String
Returns the value of attribute keyspace_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def keyspace_arn @keyspace_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def type_name @type_name end |