Class: Aws::ControlTower::Types::DeleteLandingZoneOutput

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

#operation_identifierString

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

Returns:

  • (String)


208
209
210
211
212
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 208

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