Class: Aws::CodeDeploy::Types::ApplicationInfo

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

Overview

Information about an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 170

class ApplicationInfo < Struct.new(
  :application_id,
  :application_name,
  :create_time,
  :linked_to_git_hub,
  :git_hub_account_name,
  :compute_platform)
  SENSITIVE = []
  include Aws::Structure
end

#application_nameString

The application name.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 170

class ApplicationInfo < Struct.new(
  :application_id,
  :application_name,
  :create_time,
  :linked_to_git_hub,
  :git_hub_account_name,
  :compute_platform)
  SENSITIVE = []
  include Aws::Structure
end

#compute_platformString

The destination platform type for deployment of the application (Lambda or Server).

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 170

class ApplicationInfo < Struct.new(
  :application_id,
  :application_name,
  :create_time,
  :linked_to_git_hub,
  :git_hub_account_name,
  :compute_platform)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the application was created.

Returns:

  • (Time)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 170

class ApplicationInfo < Struct.new(
  :application_id,
  :application_name,
  :create_time,
  :linked_to_git_hub,
  :git_hub_account_name,
  :compute_platform)
  SENSITIVE = []
  include Aws::Structure
end

#git_hub_account_nameString

The name for a connection to a GitHub account.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 170

class ApplicationInfo < Struct.new(
  :application_id,
  :application_name,
  :create_time,
  :linked_to_git_hub,
  :git_hub_account_name,
  :compute_platform)
  SENSITIVE = []
  include Aws::Structure
end

#linked_to_git_hubBoolean

True if the user has authenticated with GitHub for the specified application. Otherwise, false.

Returns:

  • (Boolean)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 170

class ApplicationInfo < Struct.new(
  :application_id,
  :application_name,
  :create_time,
  :linked_to_git_hub,
  :git_hub_account_name,
  :compute_platform)
  SENSITIVE = []
  include Aws::Structure
end