Class: Aws::ControlTower::Types::EnableBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnableBaselineOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the ‘EnabledBaseline` resource.
-
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous ‘EnableBaseline` operation.
Instance Attribute Details
#arn ⇒ String
The ARN of the ‘EnabledBaseline` resource.
477 478 479 480 481 482 |
# File 'lib/aws-sdk-controltower/types.rb', line 477 class EnableBaselineOutput < Struct.new( :arn, :operation_identifier) SENSITIVE = [] include Aws::Structure end |
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous ‘EnableBaseline` operation. This `operationIdentifier` is used to track status through calls to the `GetBaselineOperation` API.
477 478 479 480 481 482 |
# File 'lib/aws-sdk-controltower/types.rb', line 477 class EnableBaselineOutput < Struct.new( :arn, :operation_identifier) SENSITIVE = [] include Aws::Structure end |