Class: Aws::ElasticBeanstalk::Types::ApplicationDescription

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

Overview

Describes the properties of an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#application_nameString

The name of the application.

Returns:

  • (String)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_templatesArray<String>

The names of the configuration templates associated with this application.

Returns:

  • (Array<String>)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdTime

The date when the application was created.

Returns:

  • (Time)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#date_updatedTime

The date when the application was last modified.

Returns:

  • (Time)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

User-defined description of the application.

Returns:

  • (String)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#resource_lifecycle_configTypes::ApplicationResourceLifecycleConfig

The lifecycle settings for the application.



69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end

#versionsArray<String>

The names of the versions for this application.

Returns:

  • (Array<String>)


69
70
71
72
73
74
75
76
77
78
79
80
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 69

class ApplicationDescription < Struct.new(
  :application_arn,
  :application_name,
  :description,
  :date_created,
  :date_updated,
  :versions,
  :configuration_templates,
  :resource_lifecycle_config)
  SENSITIVE = []
  include Aws::Structure
end