Class: Aws::Types::MonitorDeployment

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)


4368
4369
4370
# File 'sig/types.rbs', line 4368

def details_uri
  @details_uri
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


4369
4370
4371
# File 'sig/types.rbs', line 4369

def error_message
  @error_message
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")


4370
4371
4372
# File 'sig/types.rbs', line 4370

def status
  @status
end