Class: Aws::CodeDeploy::Types::GetApplicationOutput

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

Overview

Represents the output of a GetApplication operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::ApplicationInfo

Information about the application.



2383
2384
2385
2386
2387
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2383

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