Class: Aws::Types::UpdateGlossaryTermOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :short_description, :long_description])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


6670
6671
6672
# File 'sig/types.rbs', line 6670

def domain_id
  @domain_id
end

#glossary_id::String

Returns the value of attribute glossary_id.

Returns:

  • (::String)


6671
6672
6673
# File 'sig/types.rbs', line 6671

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6669
6670
6671
# File 'sig/types.rbs', line 6669

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


6675
6676
6677
# File 'sig/types.rbs', line 6675

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6672
6673
6674
# File 'sig/types.rbs', line 6672

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


6674
6675
6676
# File 'sig/types.rbs', line 6674

def short_description
  @short_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6673
6674
6675
# File 'sig/types.rbs', line 6673

def status
  @status
end

#term_relationsTypes::TermRelations

Returns the value of attribute term_relations.



6676
6677
6678
# File 'sig/types.rbs', line 6676

def term_relations
  @term_relations
end

#usage_restrictions::Array[("ASSET_GOVERNED_TERMS")]

Returns the value of attribute usage_restrictions.

Returns:

  • (::Array[("ASSET_GOVERNED_TERMS")])


6677
6678
6679
# File 'sig/types.rbs', line 6677

def usage_restrictions
  @usage_restrictions
end