Class: Aws::Keyspaces::Types::GetTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTypeResponse
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_parent_types ⇒ Array<String>
The types that use this type.
-
#direct_referring_tables ⇒ Array<String>
The tables that use this type.
-
#field_definitions ⇒ Array<Types::FieldDefinition>
The names and types that define this type.
-
#keyspace_arn ⇒ String
The unique identifier of the keyspace that contains this type in the format of an Amazon Resource Name (ARN).
-
#keyspace_name ⇒ String
The name of the keyspace that contains this type.
-
#last_modified_timestamp ⇒ Time
The timestamp that shows when this type was last modified.
-
#max_nesting_depth ⇒ Integer
The level of nesting implemented for this type.
-
#status ⇒ String
The status of this type.
-
#type_name ⇒ String
The name of the type.
Instance Attribute Details
#direct_parent_types ⇒ Array<String>
The types that use this type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#direct_referring_tables ⇒ Array<String>
The tables that use this type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#field_definitions ⇒ Array<Types::FieldDefinition>
The names and types that define this type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#keyspace_arn ⇒ String
The unique identifier of the keyspace that contains this type in the format of an Amazon Resource Name (ARN).
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#keyspace_name ⇒ String
The name of the keyspace that contains this type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#last_modified_timestamp ⇒ Time
The timestamp that shows when this type was last modified.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#max_nesting_depth ⇒ Integer
The level of nesting implemented for this type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of this type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the type.
1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1128 class GetTypeResponse < Struct.new( :keyspace_name, :type_name, :field_definitions, :last_modified_timestamp, :status, :direct_referring_tables, :direct_parent_types, :max_nesting_depth, :keyspace_arn) SENSITIVE = [] include Aws::Structure end |