Class: Aws::ControlTower::Types::EnableBaselineOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the EnabledBaseline resource.

Returns:

  • (String)


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_identifierString

The ID (in UUID format) of the asynchronous EnableBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.

Returns:

  • (String)


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