Class: Aws::Types::OtherName

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type_id::String

Returns the value of attribute type_id.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def type_id
  @type_id
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def value
  @value
end