Class: Aws::ControlTower::Types::CreateLandingZoneOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::CreateLandingZoneOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the landing zone resource.
-
#operation_identifier ⇒ String
A unique identifier assigned to a
CreateLandingZone
operation.
Instance Attribute Details
#arn ⇒ String
The ARN of the landing zone resource.
292 293 294 295 296 297 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 292 class CreateLandingZoneOutput < Struct.new( :arn, :operation_identifier) SENSITIVE = [] include Aws::Structure end |
#operation_identifier ⇒ String
A unique identifier assigned to a CreateLandingZone
operation. You
can use this identifier as an input of GetLandingZoneOperation
to
check the operation's status.
292 293 294 295 296 297 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 292 class CreateLandingZoneOutput < Struct.new( :arn, :operation_identifier) SENSITIVE = [] include Aws::Structure end |