Class: Aws::Types::ControlOperation

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)


45
46
47
# File 'sig/types.rbs', line 45

def control_identifier
  @control_identifier
end

#enabled_control_identifier::String

Returns the value of attribute enabled_control_identifier.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def enabled_control_identifier
  @enabled_control_identifier
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


41
42
43
# File 'sig/types.rbs', line 41

def end_time
  @end_time
end

#operation_identifier::String

Returns the value of attribute operation_identifier.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

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")


39
40
41
# File 'sig/types.rbs', line 39

def operation_type
  @operation_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


40
41
42
# File 'sig/types.rbs', line 40

def start_time
  @start_time
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

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


42
43
44
# File 'sig/types.rbs', line 42

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def status_message
  @status_message
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def target_identifier
  @target_identifier
end