Class: Aws::Types::SuccessfulMonitorDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details_uri::String

Returns the value of attribute details_uri.

Returns:

  • (::String)


4562
4563
4564
# File 'sig/types.rbs', line 4562

def details_uri
  @details_uri
end

#status"NOT_DEPLOYED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_DEPLOYED", "DRY_RUN_DEPLOYMENT_COMPLETE", "DRY_RUN_DEPLOYMENT_FAILED", "DRY_RUN_DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_COMPLETE", "DEPLOYMENT_FAILED", "DEPLOYMENT_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "DELETE_IN_PROGRESS")


4563
4564
4565
# File 'sig/types.rbs', line 4563

def status
  @status
end