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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#classifiesArray<String>

The classifies of the term relations.

Returns:

  • (Array<String>)


20743
20744
20745
20746
20747
20748
# File 'lib/aws-sdk-datazone/types.rb', line 20743

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

#is_aArray<String>

The ‘isA` property of the term relations.

Returns:

  • (Array<String>)


20743
20744
20745
20746
20747
20748
# File 'lib/aws-sdk-datazone/types.rb', line 20743

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