Class: Aws::ControlTower::Types::EnableControlOutput

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 EnabledControl resource.

Returns:

  • (String)


424
425
426
427
428
429
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 424

class EnableControlOutput < Struct.new(
  :arn,
  :operation_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#operation_identifierString

The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.

Returns:

  • (String)


424
425
426
427
428
429
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 424

class EnableControlOutput < Struct.new(
  :arn,
  :operation_identifier)
  SENSITIVE = []
  include Aws::Structure
end