Class: Aws::Types::GetGlossaryTermOutput

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

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2923
2924
2925
# File 'sig/types.rbs', line 2923

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2924
2925
2926
# File 'sig/types.rbs', line 2924

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def domain_id
  @domain_id
end

#glossary_id::String

Returns the value of attribute glossary_id.

Returns:

  • (::String)


2916
2917
2918
# File 'sig/types.rbs', line 2916

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2917
2918
2919
# File 'sig/types.rbs', line 2917

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2918
2919
2920
# File 'sig/types.rbs', line 2918

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


2919
2920
2921
# File 'sig/types.rbs', line 2919

def short_description
  @short_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


2922
2923
2924
# File 'sig/types.rbs', line 2922

def status
  @status
end

#term_relationsTypes::TermRelations

Returns the value of attribute term_relations.



2921
2922
2923
# File 'sig/types.rbs', line 2921

def term_relations
  @term_relations
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2925
2926
2927
# File 'sig/types.rbs', line 2925

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2926
2927
2928
# File 'sig/types.rbs', line 2926

def updated_by
  @updated_by
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


2927
2928
2929
# File 'sig/types.rbs', line 2927

def usage_restrictions
  @usage_restrictions
end