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_identifier ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_control_identifier ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#end_time ⇒ Time

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#operation_identifier ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#operation_type ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#start_time ⇒ Time

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#status_message ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#target_identifier ⇒ String

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(
  :operation_type,
  :start_time,
  :end_time,
  :status,
  :status_message,
  :operation_identifier,
  :control_identifier,
  :target_identifier,
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end