Class: Aws::ControlTower::Types::EnableBaselineOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnableBaselineOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the
EnabledBaselineresource. -
#operation_identifier ⇒ String
The ID (in UUID format) of the asynchronous
EnableBaselineoperation.
Instance Attribute Details
#arn ⇒ String
The ARN of the EnabledBaseline resource.
496 497 498 499 500 501 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 496 class EnableBaselineOutput < Struct.new( :operation_identifier, :arn) 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.
496 497 498 499 500 501 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 496 class EnableBaselineOutput < Struct.new( :operation_identifier, :arn) SENSITIVE = [] include Aws::Structure end |