Class: Aws::DataZone::Types::TermRelations
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::TermRelations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the term relations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classifies ⇒ Array<String>
The classifies of the term relations.
-
#is_a ⇒ Array<String>
The ‘isA` property of the term relations.
Instance Attribute Details
#classifies ⇒ Array<String>
The classifies of the term relations.
21474 21475 21476 21477 21478 21479 |
# File 'lib/aws-sdk-datazone/types.rb', line 21474 class TermRelations < Struct.new( :is_a, :classifies) SENSITIVE = [] include Aws::Structure end |
#is_a ⇒ Array<String>
The ‘isA` property of the term relations.
21474 21475 21476 21477 21478 21479 |
# File 'lib/aws-sdk-datazone/types.rb', line 21474 class TermRelations < Struct.new( :is_a, :classifies) SENSITIVE = [] include Aws::Structure end |