Class: Aws::ControlTower::Types::ResetLandingZoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ResetLandingZoneOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_identifier ⇒ String
A unique identifier assigned to a
ResetLandingZoneoperation.
Instance Attribute Details
#operation_identifier ⇒ String
A unique identifier assigned to a ResetLandingZone operation. You
can use this identifier as an input parameter of
GetLandingZoneOperation to check the operation's status.
1854 1855 1856 1857 1858 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1854 class ResetLandingZoneOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |