Class: Aws::Types::CreateGlossaryRequest

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)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def name
  @name
end