Class: Aws::Types::GetDeploymentStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_status::String

Returns the value of attribute deployment_status.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def deployment_status
  @deployment_status
end

#deployment_type"NewDeployment", ...

Returns the value of attribute deployment_type.

Returns:

  • ("NewDeployment", "Redeployment", "ResetDeployment", "ForceResetDeployment")


719
720
721
# File 'sig/types.rbs', line 719

def deployment_type
  @deployment_type
end

#error_details::Array[Types::ErrorDetail]

Returns the value of attribute error_details.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def error_details
  @error_details
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def error_message
  @error_message
end

#updated_at::String

Returns the value of attribute updated_at.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def updated_at
  @updated_at
end