Class: Aws::ControlTower::Types::GetLandingZoneOperationInput

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 landing zone operation.

Returns:

  • (String)


876
877
878
879
880
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 876

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