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

#classifiesArray<String>

The classifies of the term relations.

Returns:

  • (Array<String>)


18089
18090
18091
18092
18093
18094
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18089

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

#is_aArray<String>

The isA property of the term relations.

Returns:

  • (Array<String>)


18089
18090
18091
18092
18093
18094
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18089

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