Class: Aws::Types::HandshakeParty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:id])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def id
  @id
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATION", "EMAIL")


479
480
481
# File 'sig/types.rbs', line 479

def type
  @type
end