Class: Aws::Types::CreateGlossaryTermRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1516
1517
1518
# File 'sig/types.rbs', line 1516

def client_token
  @client_token
end

#glossary_identifier::String

Returns the value of attribute glossary_identifier.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def glossary_identifier
  @glossary_identifier
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def short_description
  @short_description
end