Class: Aws::Organizations::Types::DeclineHandshakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DeclineHandshakeRequest
- 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 decline.
Instance Attribute Details
#handshake_id ⇒ String
The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.
The [regex pattern] for handshake ID string requires “h-” followed by from 8 to 32 lowercase letters or digits.
1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-organizations/types.rb', line 1281 class DeclineHandshakeRequest < Struct.new( :handshake_id) SENSITIVE = [] include Aws::Structure end |