Class: Aws::ControlTower::Types::UpdateLandingZoneOutput

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 UpdateLandingZone operation. You can use this identifier as an input of GetLandingZoneOperation to check the operation's status.

Returns:

  • (String)


1510
1511
1512
1513
1514
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1510

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