Class: Aws::ControlTower::Types::LandingZoneOperationDetail

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

Overview

Information about a landing zone operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The landing zone operation end time.

Returns:

  • (Time)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-controltower/types.rb', line 1194

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

#operation_identifierString

The ‘operationIdentifier` of the landing zone operation.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-controltower/types.rb', line 1194

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

#operation_typeString

The landing zone operation type.

Valid values:

  • ‘DELETE`: The `DeleteLandingZone` operation.

  • ‘CREATE`: The `CreateLandingZone` operation.

  • ‘UPDATE`: The `UpdateLandingZone` operation.

  • ‘RESET`: The `ResetLandingZone` operation.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-controltower/types.rb', line 1194

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

#start_timeTime

The landing zone operation start time.

Returns:

  • (Time)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-controltower/types.rb', line 1194

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

#statusString

Valid values:

  • ‘SUCCEEDED`: The landing zone operation succeeded.

  • ‘IN_PROGRESS`: The landing zone operation is in progress.

  • ‘FAILED`: The landing zone operation failed.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-controltower/types.rb', line 1194

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

#status_messageString

If the operation result is FAILED, this string contains a message explaining why the operation failed.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
# File 'lib/aws-sdk-controltower/types.rb', line 1194

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