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:



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:



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:



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:



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

def start_time
  @start_time
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:



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

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



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

def status_message
  @status_message
end