Class: Aws::ControlTower::Types::ResetLandingZoneOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 ResetLandingZone operation. You can use this identifier as an input parameter of GetLandingZoneOperation to check the operation's status.

Returns:

  • (String)


1860
1861
1862
1863
1864
# File 'lib/aws-sdk-controltower/types.rb', line 1860

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