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)


181
182
183
184
185
186
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 181

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)


181
182
183
184
185
186
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 181

class CreateLandingZoneOutput < Struct.new(
  :arn,
  :operation_identifier)
  SENSITIVE = []
  include Aws::Structure
end