Class: Aws::CodeDeploy::Types::GetDeploymentInstanceOutput

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

Overview

Represents the output of a GetDeploymentInstance operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_summaryTypes::InstanceSummary

Information about the instance.



2539
2540
2541
2542
2543
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2539

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