Class: Aws::Types::UpdateGlossaryTermInput

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_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6657
6658
6659
# File 'sig/types.rbs', line 6657

def domain_identifier
  @domain_identifier
end

#glossary_identifier::String

Returns the value of attribute glossary_identifier.

Returns:

  • (::String)


6658
6659
6660
# File 'sig/types.rbs', line 6658

def glossary_identifier
  @glossary_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6659
6660
6661
# File 'sig/types.rbs', line 6659

def identifier
  @identifier
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


6662
6663
6664
# File 'sig/types.rbs', line 6662

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6660
6661
6662
# File 'sig/types.rbs', line 6660

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


6661
6662
6663
# File 'sig/types.rbs', line 6661

def short_description
  @short_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


6664
6665
6666
# File 'sig/types.rbs', line 6664

def status
  @status
end

#term_relationsTypes::TermRelations

Returns the value of attribute term_relations.



6663
6664
6665
# File 'sig/types.rbs', line 6663

def term_relations
  @term_relations
end