Class: Aws::Proton::Types::GetDeploymentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deploymentTypes::Deployment

The detailed data of the requested deployment.

Returns:



2794
2795
2796
2797
2798
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2794

class GetDeploymentOutput < Struct.new(
  :deployment)
  SENSITIVE = []
  include Aws::Structure
end