Class: Aws::Types::HandshakeResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value])

Instance Attribute Summary collapse

Instance Attribute Details

#resources::Array[Types::HandshakeResource]

Returns the value of attribute resources.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def resources
  @resources
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE", "RESPONSIBILITY_TRANSFER", "TRANSFER_START_TIMESTAMP", "TRANSFER_TYPE", "MANAGEMENT_ACCOUNT", "MANAGEMENT_EMAIL", "MANAGEMENT_NAME")


485
486
487
# File 'sig/types.rbs', line 485

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def value
  @value
end