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

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


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1028

class LandingZoneOperationDetail < Struct.new(
  :end_time,
  :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)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1028

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

#start_timeTime

The landing zone operation start time.

Returns:

  • (Time)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1028

class LandingZoneOperationDetail < Struct.new(
  :end_time,
  :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)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1028

class LandingZoneOperationDetail < Struct.new(
  :end_time,
  :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)


1028
1029
1030
1031
1032
1033
1034
1035
1036
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1028

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