Class: Aws::ControlTower::Types::LandingZoneOperationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::LandingZoneOperationDetail
- 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
-
#end_time ⇒ Time
The landing zone operation end time.
-
#operation_identifier ⇒ String
The ‘operationIdentifier` of the landing zone operation.
-
#operation_type ⇒ String
The landing zone operation type.
-
#start_time ⇒ Time
The landing zone operation start time.
-
#status ⇒ String
Valid values:.
-
#status_message ⇒ String
If the operation result is FAILED, this string contains a message explaining why the operation failed.
Instance Attribute Details
#end_time ⇒ Time
The landing zone operation end 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_identifier ⇒ String
The ‘operationIdentifier` of the landing zone operation.
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_type ⇒ String
The landing zone operation type.
Valid values:
-
‘DELETE`: The `DeleteLandingZone` operation.
-
‘CREATE`: The `CreateLandingZone` operation.
-
‘UPDATE`: The `UpdateLandingZone` operation.
-
‘RESET`: The `ResetLandingZone` operation.
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_time ⇒ Time
The landing zone operation start 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 |
#status ⇒ String
Valid values:
-
‘SUCCEEDED`: The landing zone operation succeeded.
-
‘IN_PROGRESS`: The landing zone operation is in progress.
-
‘FAILED`: The landing zone operation failed.
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_message ⇒ String
If the operation result is FAILED, this string contains a message explaining why the operation failed.
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 |