Class: Aws::Types::CreateTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_definitions ⇒ ::Array[Types::FieldDefinition]
Returns the value of attribute field_definitions.
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#field_definitions ⇒ ::Array[Types::FieldDefinition]
Returns the value of attribute field_definitions.
130 131 132 |
# File 'sig/types.rbs', line 130 def field_definitions @field_definitions end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
128 129 130 |
# File 'sig/types.rbs', line 128 def keyspace_name @keyspace_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
129 130 131 |
# File 'sig/types.rbs', line 129 def type_name @type_name end |