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
DisableBaselineoperation.
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.
353 354 355 356 357 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 353 class DisableBaselineOutput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |