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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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).
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1232 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 |