Class: Aws::DataZone::Types::TermRelations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of the term relations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#classifies ⇒ Array<String>

The classifies of the term relations.

Returns:

  • (Array<String>)


23120
23121
23122
23123
23124
23125
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23120

class TermRelations < Struct.new(
  :is_a,
  :classifies)
  SENSITIVE = []
  include Aws::Structure
end

#is_a ⇒ Array<String>

The isA property of the term relations.

Returns:

  • (Array<String>)


23120
23121
23122
23123
23124
23125
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 23120

class TermRelations < Struct.new(
  :is_a,
  :classifies)
  SENSITIVE = []
  include Aws::Structure
end