Class: Aws::Types::HandshakeResource
- Inherits:
-
Object
- Object
- Aws::Types::HandshakeResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources ⇒ ::Array[Types::HandshakeResource]
Returns the value of attribute resources.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#resources ⇒ ::Array[Types::HandshakeResource]
Returns the value of attribute resources.
486 487 488 |
# File 'sig/types.rbs', line 486 def resources @resources end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
485 486 487 |
# File 'sig/types.rbs', line 485 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
484 485 486 |
# File 'sig/types.rbs', line 484 def value @value end |