Class: Aws::Types::BaselineOperation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


21
22
23
# File 'sig/types.rbs', line 21

def end_time
  @end_time
end

#operation_identifier::String

Returns the value of attribute operation_identifier.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def operation_identifier
  @operation_identifier
end

#operation_type"ENABLE_BASELINE", ...

Returns the value of attribute operation_type.

Returns:

  • ("ENABLE_BASELINE", "DISABLE_BASELINE", "UPDATE_ENABLED_BASELINE", "RESET_ENABLED_BASELINE")


18
19
20
# File 'sig/types.rbs', line 18

def operation_type
  @operation_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


20
21
22
# File 'sig/types.rbs', line 20

def start_time
  @start_time
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "FAILED", "IN_PROGRESS")


19
20
21
# File 'sig/types.rbs', line 19

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def status_message
  @status_message
end