Class: Aws::Types::NotifyResourceDeploymentStatusChangeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id ⇒ ::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def deployment_id
  @deployment_id
end

#outputs ⇒ ::Array[Types::Output]

Returns the value of attribute outputs.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def outputs
  @outputs
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def resource_arn
  @resource_arn
end

#status ⇒ "IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1177
1178
1179
# File 'sig/types.rbs', line 1177

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def status_message
  @status_message
end