Class: Aws::Types::CreateGlossaryTermOutput

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)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def domain_id
  @domain_id
end

#glossary_id::String

Returns the value of attribute glossary_id.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def glossary_id
  @glossary_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def id
  @id
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def short_description
  @short_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1328
1329
1330
# File 'sig/types.rbs', line 1328

def status
  @status
end

#term_relationsTypes::TermRelations

Returns the value of attribute term_relations.



1331
1332
1333
# File 'sig/types.rbs', line 1331

def term_relations
  @term_relations
end

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

Returns the value of attribute usage_restrictions.

Returns:

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


1332
1333
1334
# File 'sig/types.rbs', line 1332

def usage_restrictions
  @usage_restrictions
end