Class: Aws::ControlTower::Types::ControlOperation

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

Overview

An operation performed by the control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_identifierString

The controlIdentifier of the control for the operation.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_control_identifierString

The controlIdentifier of the enabled control.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time that the operation finished.

Returns:

  • (Time)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#operation_identifierString

The identifier of the specified operation.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#operation_typeString

One of ENABLE_CONTROL or DISABLE_CONTROL.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time that the operation began.

Returns:

  • (Time)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

One of IN_PROGRESS, SUCEEDED, or FAILED.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

If the operation result is FAILED, this string contains a message explaining why the operation failed.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifierString

The target upon which the control operation is working.

Returns:

  • (String)


148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 148

class ControlOperation < Struct.new(
  :control_identifier,
  :enabled_control_identifier,
  :end_time,
  :operation_identifier,
  :operation_type,
  :start_time,
  :status,
  :status_message,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end