Class: Aws::Organizations::Types::AcceptHandshakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AcceptHandshakeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#handshake_id ⇒ String
The unique identifier (ID) of the handshake that you want to accept.
Instance Attribute Details
#handshake_id ⇒ String
The unique identifier (ID) of the handshake that you want to accept.
The [regex pattern] for handshake ID string requires “h-” followed by from 8 to 32 lowercase letters or digits.
41 42 43 44 45 |
# File 'lib/aws-sdk-organizations/types.rb', line 41 class AcceptHandshakeRequest < Struct.new( :handshake_id) SENSITIVE = [] include Aws::Structure end |