Class: Aws::Types::Handshake

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INVITE", ...

Returns the value of attribute action.

Returns:

  • ("INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE", "TRANSFER_RESPONSIBILITY")


450
451
452
# File 'sig/types.rbs', line 450

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def arn
  @arn
end

#expiration_timestamp::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


449
450
451
# File 'sig/types.rbs', line 449

def expiration_timestamp
  @expiration_timestamp
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def id
  @id
end

#parties::Array[Types::HandshakeParty]

Returns the value of attribute parties.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def parties
  @parties
end

#requested_timestamp::Time

Returns the value of attribute requested_timestamp.

Returns:

  • (::Time)


448
449
450
# File 'sig/types.rbs', line 448

def requested_timestamp
  @requested_timestamp
end

#resources::Array[Types::HandshakeResource]

Returns the value of attribute resources.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def resources
  @resources
end

#state"REQUESTED", ...

Returns the value of attribute state.

Returns:

  • ("REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED")


447
448
449
# File 'sig/types.rbs', line 447

def state
  @state
end