Class: Aws::ControlTower::Types::BaselineOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::BaselineOperation
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
An object of shape BaselineOperation, returning details about the
specified Baseline operation ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time of the operation (if applicable), in ISO 8601 format.
-
#operation_identifier ⇒ String
The identifier of the specified operation.
-
#operation_type ⇒ String
An enumerated type (
enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE. -
#start_time ⇒ Time
The start time of the operation, in ISO 8601 format.
-
#status ⇒ String
An enumerated type (
enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS. -
#status_message ⇒ String
A status message that gives more information about the operation's status, if applicable.
Instance Attribute Details
#end_time ⇒ Time
The end time of the operation (if applicable), in ISO 8601 format.
59 60 61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 59 class BaselineOperation < Struct.new( :end_time, :operation_identifier, :operation_type, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#operation_identifier ⇒ String
The identifier of the specified operation.
59 60 61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 59 class BaselineOperation < Struct.new( :end_time, :operation_identifier, :operation_type, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#operation_type ⇒ String
An enumerated type (enum) with possible values of
ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or
RESET_ENABLED_BASELINE.
59 60 61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 59 class BaselineOperation < Struct.new( :end_time, :operation_identifier, :operation_type, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the operation, in ISO 8601 format.
59 60 61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 59 class BaselineOperation < Struct.new( :end_time, :operation_identifier, :operation_type, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An enumerated type (enum) with possible values of SUCCEEDED,
FAILED, or IN_PROGRESS.
59 60 61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 59 class BaselineOperation < Struct.new( :end_time, :operation_identifier, :operation_type, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A status message that gives more information about the operation's status, if applicable.
59 60 61 62 63 64 65 66 67 68 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 59 class BaselineOperation < Struct.new( :end_time, :operation_identifier, :operation_type, :start_time, :status, :status_message) SENSITIVE = [] include Aws::Structure end |