Class: Aws::Types::CreateGlossaryTermInput

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

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def domain_identifier
  @domain_identifier
end

#glossary_identifier::String

Returns the value of attribute glossary_identifier.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def glossary_identifier
  @glossary_identifier
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def short_description
  @short_description
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


1315
1316
1317
# File 'sig/types.rbs', line 1315

def status
  @status
end

#term_relationsTypes::TermRelations

Returns the value of attribute term_relations.



1318
1319
1320
# File 'sig/types.rbs', line 1318

def term_relations
  @term_relations
end