Class: Aws::Types::CreateGlossaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1503
1504
1505
# File 'sig/types.rbs', line 1503

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1502
1503
1504
# File 'sig/types.rbs', line 1502

def name
  @name
end