Class: Aws::ControlTower::Types::LandingZoneOperationSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Returns a summary of information about a landing zone operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_identifierString

The ‘operationIdentifier` of the landing zone operation.

Returns:

  • (String)


1242
1243
1244
1245
1246
1247
1248
# File 'lib/aws-sdk-controltower/types.rb', line 1242

class LandingZoneOperationSummary < Struct.new(
  :operation_identifier,
  :operation_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#operation_typeString

The type of the landing zone operation.

Returns:

  • (String)


1242
1243
1244
1245
1246
1247
1248
# File 'lib/aws-sdk-controltower/types.rb', line 1242

class LandingZoneOperationSummary < Struct.new(
  :operation_identifier,
  :operation_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the landing zone operation.

Returns:

  • (String)


1242
1243
1244
1245
1246
1247
1248
# File 'lib/aws-sdk-controltower/types.rb', line 1242

class LandingZoneOperationSummary < Struct.new(
  :operation_identifier,
  :operation_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end