Class: Aws::Types::LandingZoneOperationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#operation_identifier::String

Returns the value of attribute operation_identifier.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def operation_identifier
  @operation_identifier
end

#operation_type"DELETE", ...

Returns the value of attribute operation_type.

Returns:

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


389
390
391
# File 'sig/types.rbs', line 389

def operation_type
  @operation_type
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

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


391
392
393
# File 'sig/types.rbs', line 391

def status
  @status
end