Class: Aws::ControlTower::Types::BaselineOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

The end time of the operation (if applicable), in ISO 8601 format.

Returns:

  • (Time)


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_identifierString

The identifier of the specified operation.

Returns:

  • (String)


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_typeString

An enumerated type (enum) with possible values of ENABLE_BASELINE, DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE.

Returns:

  • (String)


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_timeTime

The start time of the operation, in ISO 8601 format.

Returns:

  • (Time)


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

#statusString

An enumerated type (enum) with possible values of SUCCEEDED, FAILED, or IN_PROGRESS.

Returns:

  • (String)


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_messageString

A status message that gives more information about the operation's status, if applicable.

Returns:

  • (String)


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