Class: Aws::ControlTower::Types::LandingZoneOperationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::LandingZoneOperationSummary
- 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
-
#operation_identifier ⇒ String
The ‘operationIdentifier` of the landing zone operation.
-
#operation_type ⇒ String
The type of the landing zone operation.
-
#status ⇒ String
The status of the landing zone operation.
Instance Attribute Details
#operation_identifier ⇒ String
The ‘operationIdentifier` of the landing zone operation.
1455 1456 1457 1458 1459 1460 1461 |
# File 'lib/aws-sdk-controltower/types.rb', line 1455 class LandingZoneOperationSummary < Struct.new( :operation_type, :operation_identifier, :status) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
The type of the landing zone operation.
1455 1456 1457 1458 1459 1460 1461 |
# File 'lib/aws-sdk-controltower/types.rb', line 1455 class LandingZoneOperationSummary < Struct.new( :operation_type, :operation_identifier, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the landing zone operation.
1455 1456 1457 1458 1459 1460 1461 |
# File 'lib/aws-sdk-controltower/types.rb', line 1455 class LandingZoneOperationSummary < Struct.new( :operation_type, :operation_identifier, :status) SENSITIVE = [] include Aws::Structure end |