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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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).
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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.
1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 1256 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 |