Class: Aws::Types::StopDeploymentOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"Pending", "Succeeded"

Returns the value of attribute status.

Returns:

  • ("Pending", "Succeeded")


1186
1187
1188
# File 'sig/types.rbs', line 1186

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1187
1188
1189
# File 'sig/types.rbs', line 1187

def status_message
  @status_message
end