Class: Aws::ControlTower::Types::DisableBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::DisableBaselineOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous
DisableBaseline
operation.
Instance Attribute Details
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous DisableBaseline
operation. This operationIdentifier
is used to track status
through calls to the GetBaselineOperation
API.
346 347 348 349 350 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 346 class DisableBaselineOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |