Class: Aws::Types::AppliedTerminology

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.



12
13
14
# File 'sig/types.rbs', line 12

def name
  @name
end

#terms::Array[Types::Term]

Returns the value of attribute terms.



13
14
15
# File 'sig/types.rbs', line 13

def terms
  @terms
end