Class: Aws::ControlTower::Types::CreateLandingZoneOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the landing zone resource.

Returns:

  • (String)


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_identifierString

A unique identifier assigned to a CreateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.

Returns:

  • (String)


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