Class: Aws::Types::LandingZoneOperationDetail

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)


377
378
379
# File 'sig/types.rbs', line 377

def end_time
  @end_time
end

#operation_identifier::String

Returns the value of attribute operation_identifier.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def operation_identifier
  @operation_identifier
end

#operation_type"DELETE", ...

Returns the value of attribute operation_type.

Returns:

  • ("DELETE", "CREATE", "UPDATE", "RESET")


373
374
375
# File 'sig/types.rbs', line 373

def operation_type
  @operation_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


376
377
378
# File 'sig/types.rbs', line 376

def start_time
  @start_time
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

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


375
376
377
# File 'sig/types.rbs', line 375

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def status_message
  @status_message
end