Class: Aws::ControlTower::Types::ControlOperationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ControlOperationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
A summary of information about the specified control operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_identifier ⇒ String
The ‘controlIdentifier` of a control.
-
#enabled_control_identifier ⇒ String
The ‘controlIdentifier` of an enabled control.
-
#end_time ⇒ Time
The time at which the control operation was completed.
-
#operation_identifier ⇒ String
The unique identifier of a control operation.
-
#operation_type ⇒ String
The type of operation.
-
#start_time ⇒ Time
The time at which a control operation began.
-
#status ⇒ String
The status of the specified control operation.
-
#status_message ⇒ String
A speficic message displayed as part of the control status.
-
#target_identifier ⇒ String
The unique identifier of the target of a control operation.
Instance Attribute Details
#control_identifier ⇒ String
The ‘controlIdentifier` of a control.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_identifier ⇒ String
The ‘controlIdentifier` of an enabled control.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_time ⇒ Time
The time at which the control operation was completed.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_identifier ⇒ String
The unique identifier of a control operation.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_type ⇒ String
The type of operation.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_time ⇒ Time
The time at which a control operation began.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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 ⇒ String
The status of the specified control operation.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_message ⇒ String
A speficic message displayed as part of the control status.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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_identifier ⇒ String
The unique identifier of the target of a control operation.
238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/aws-sdk-controltower/types.rb', line 238 class ControlOperationSummary < 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 |