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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1222

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)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1222

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

#statusString

The status of the landing zone operation.

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1222

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