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.



2302
2303
2304
2305
2306
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2302

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