Class: Aws::ControlTower::Types::GetLandingZoneOperationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetLandingZoneOperationInput
- 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 landing zone operation.
Instance Attribute Details
#operation_identifier ⇒ String
A unique identifier assigned to a landing zone operation.
1245 1246 1247 1248 1249 |
# File 'lib/aws-sdk-controltower/types.rb', line 1245 class GetLandingZoneOperationInput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |