Class: Aws::ControlTower::Types::UpdateLandingZoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::UpdateLandingZoneOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_identifier ⇒ String
A unique identifier assigned to a ‘UpdateLandingZone` operation.
Instance Attribute Details
#operation_identifier ⇒ String
A unique identifier assigned to a ‘UpdateLandingZone` operation. You can use this identifier as an input of `GetLandingZoneOperation` to check the operation’s status.
1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-controltower/types.rb', line 1843 class UpdateLandingZoneOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |