Class: Aws::Types::ApplicationOperationInfoDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_version_change_detailsTypes::ApplicationVersionChangeDetails

Returns the value of attribute application_version_change_details.



224
225
226
# File 'sig/types.rbs', line 224

def application_version_change_details
  @application_version_change_details
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


222
223
224
# File 'sig/types.rbs', line 222

def end_time
  @end_time
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def operation
  @operation
end

#operation_failure_detailsTypes::OperationFailureDetails

Returns the value of attribute operation_failure_details.



225
226
227
# File 'sig/types.rbs', line 225

def operation_failure_details
  @operation_failure_details
end

#operation_status"IN_PROGRESS", ...

Returns the value of attribute operation_status.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "SUCCESSFUL", "FAILED")


223
224
225
# File 'sig/types.rbs', line 223

def operation_status
  @operation_status
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


221
222
223
# File 'sig/types.rbs', line 221

def start_time
  @start_time
end