Method: Aws::Keyspaces::Types::GetTypeResponse#direct_parent_types
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
#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 '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 |