Class: Aws::Types::ControlOperationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_identifier::String

Returns the value of attribute control_identifier.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def control_identifier
  @control_identifier
end

#enabled_control_identifier::String

Returns the value of attribute enabled_control_identifier.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def enabled_control_identifier
  @enabled_control_identifier
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


63
64
65
# File 'sig/types.rbs', line 63

def end_time
  @end_time
end

#operation_identifier::String

Returns the value of attribute operation_identifier.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def operation_identifier
  @operation_identifier
end

#operation_type"ENABLE_CONTROL", ...

Returns the value of attribute operation_type.

Returns:

  • ("ENABLE_CONTROL", "DISABLE_CONTROL", "UPDATE_ENABLED_CONTROL", "RESET_ENABLED_CONTROL")


61
62
63
# File 'sig/types.rbs', line 61

def operation_type
  @operation_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


62
63
64
# File 'sig/types.rbs', line 62

def start_time
  @start_time
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

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


64
65
66
# File 'sig/types.rbs', line 64

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def status_message
  @status_message
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def target_identifier
  @target_identifier
end