Class: Aws::Types::GlossaryTermItem

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

#additional_attributesTypes::GlossaryTermItemAdditionalAttributes

Returns the value of attribute additional_attributes.



3425
3426
3427
# File 'sig/types.rbs', line 3425

def additional_attributes
  @additional_attributes
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3421
3422
3423
# File 'sig/types.rbs', line 3421

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


3422
3423
3424
# File 'sig/types.rbs', line 3422

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3412
3413
3414
# File 'sig/types.rbs', line 3412

def domain_id
  @domain_id
end

#glossary_id::String

Returns the value of attribute glossary_id.

Returns:

  • (::String)


3413
3414
3415
# File 'sig/types.rbs', line 3413

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3414
3415
3416
# File 'sig/types.rbs', line 3414

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


3418
3419
3420
# File 'sig/types.rbs', line 3418

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3415
3416
3417
# File 'sig/types.rbs', line 3415

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


3416
3417
3418
# File 'sig/types.rbs', line 3416

def short_description
  @short_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


3420
3421
3422
# File 'sig/types.rbs', line 3420

def status
  @status
end

#term_relationsTypes::TermRelations

Returns the value of attribute term_relations.



3419
3420
3421
# File 'sig/types.rbs', line 3419

def term_relations
  @term_relations
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


3423
3424
3425
# File 'sig/types.rbs', line 3423

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


3424
3425
3426
# File 'sig/types.rbs', line 3424

def updated_by
  @updated_by
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


3417
3418
3419
# File 'sig/types.rbs', line 3417

def usage_restrictions
  @usage_restrictions
end