Class: Aws::ControlTower::Types::EnableControlOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::EnableControlOutput
- 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
EnabledControlresource. -
#operation_identifier ⇒ String
The ID of the asynchronous operation, which is used to track status.
Instance Attribute Details
#arn ⇒ String
The ARN of the EnabledControl resource.
554 555 556 557 558 559 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 554 class EnableControlOutput < Struct.new( :operation_identifier, :arn) SENSITIVE = [] include Aws::Structure end |
#operation_identifier ⇒ String
The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
554 555 556 557 558 559 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 554 class EnableControlOutput < Struct.new( :operation_identifier, :arn) SENSITIVE = [] include Aws::Structure end |