Class: Aws::Types::Handshake
- Inherits:
-
Object
- Object
- Aws::Types::Handshake
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INVITE", ...
Returns the value of attribute action.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#parties ⇒ ::Array[Types::HandshakeParty]
Returns the value of attribute parties.
-
#requested_timestamp ⇒ ::Time
Returns the value of attribute requested_timestamp.
-
#resources ⇒ ::Array[Types::HandshakeResource]
Returns the value of attribute resources.
-
#state ⇒ "REQUESTED", ...
Returns the value of attribute state.
Instance Attribute Details
#action ⇒ "INVITE", ...
Returns the value of attribute action.
450 451 452 |
# File 'sig/types.rbs', line 450 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def arn @arn end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
449 450 451 |
# File 'sig/types.rbs', line 449 def @expiration_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
444 445 446 |
# File 'sig/types.rbs', line 444 def id @id end |
#parties ⇒ ::Array[Types::HandshakeParty]
Returns the value of attribute parties.
446 447 448 |
# File 'sig/types.rbs', line 446 def parties @parties end |
#requested_timestamp ⇒ ::Time
Returns the value of attribute requested_timestamp.
448 449 450 |
# File 'sig/types.rbs', line 448 def @requested_timestamp end |
#resources ⇒ ::Array[Types::HandshakeResource]
Returns the value of attribute resources.
451 452 453 |
# File 'sig/types.rbs', line 451 def resources @resources end |
#state ⇒ "REQUESTED", ...
Returns the value of attribute state.
447 448 449 |
# File 'sig/types.rbs', line 447 def state @state end |