Class: Aws::ControlTower::Types::GetBaselineOperationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::GetBaselineOperationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_identifier ⇒ String
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
Instance Attribute Details
#operation_identifier ⇒ String
The operation ID returned from mutating asynchronous APIs (Enable, Disable, Update, Reset).
905 906 907 908 909 |
# File 'lib/aws-sdk-controltower/types.rb', line 905 class GetBaselineOperationInput < Struct.new( :operation_identifier) SENSITIVE = [] include Aws::Structure end |