Class: Aws::Types::GetTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direct_parent_types ⇒ ::Array[::String]
Returns the value of attribute direct_parent_types.
-
#direct_referring_tables ⇒ ::Array[::String]
Returns the value of attribute direct_referring_tables.
-
#field_definitions ⇒ ::Array[Types::FieldDefinition]
Returns the value of attribute field_definitions.
-
#keyspace_arn ⇒ ::String
Returns the value of attribute keyspace_arn.
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#max_nesting_depth ⇒ ::Integer
Returns the value of attribute max_nesting_depth.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#direct_parent_types ⇒ ::Array[::String]
Returns the value of attribute direct_parent_types.
250 251 252 |
# File 'sig/types.rbs', line 250 def direct_parent_types @direct_parent_types end |
#direct_referring_tables ⇒ ::Array[::String]
Returns the value of attribute direct_referring_tables.
249 250 251 |
# File 'sig/types.rbs', line 249 def direct_referring_tables @direct_referring_tables end |
#field_definitions ⇒ ::Array[Types::FieldDefinition]
Returns the value of attribute field_definitions.
246 247 248 |
# File 'sig/types.rbs', line 246 def field_definitions @field_definitions end |
#keyspace_arn ⇒ ::String
Returns the value of attribute keyspace_arn.
252 253 254 |
# File 'sig/types.rbs', line 252 def keyspace_arn @keyspace_arn end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
244 245 246 |
# File 'sig/types.rbs', line 244 def keyspace_name @keyspace_name end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
247 248 249 |
# File 'sig/types.rbs', line 247 def @last_modified_timestamp end |
#max_nesting_depth ⇒ ::Integer
Returns the value of attribute max_nesting_depth.
251 252 253 |
# File 'sig/types.rbs', line 251 def max_nesting_depth @max_nesting_depth end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
248 249 250 |
# File 'sig/types.rbs', line 248 def status @status end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def type_name @type_name end |