Class: Aws::Types::CreateTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTypeResponse
- 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.
135 136 137 |
# File 'sig/types.rbs', line 135 def keyspace_arn @keyspace_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
136 137 138 |
# File 'sig/types.rbs', line 136 def type_name @type_name end |