You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::OpsWorks::Types::App
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::App
- Defined in:
- (unknown)
Overview
A description of the app.
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#app_source ⇒ Types::Source
A
Sourceobject that describes the app repository. -
#attributes ⇒ Hash<String,String>
The stack attributes.
-
#created_at ⇒ String
When the app was created.
-
#data_sources ⇒ Array<Types::DataSource>
The app\'s data sources.
-
#description ⇒ String
A description of the app.
-
#domains ⇒ Array<String>
The app vhost settings with multiple domains separated by commas.
-
#enable_ssl ⇒ Boolean
Whether to enable SSL for the app.
-
#environment ⇒ Array<Types::EnvironmentVariable>
An array of
EnvironmentVariableobjects that specify environment variables to be associated with the app. -
#name ⇒ String
The app name.
-
#shortname ⇒ String
The app\'s short name.
-
#ssl_configuration ⇒ Types::SslConfiguration
An
SslConfigurationobject with the SSL configuration. -
#stack_id ⇒ String
The app stack ID.
-
#type ⇒ String
The app type.
Instance Attribute Details
#app_id ⇒ String
The app ID.
#app_source ⇒ Types::Source
A Source object that describes the app repository.
#attributes ⇒ Hash<String,String>
The stack attributes.
#created_at ⇒ String
When the app was created.
#data_sources ⇒ Array<Types::DataSource>
The app\'s data sources.
#description ⇒ String
A description of the app.
#domains ⇒ Array<String>
The app vhost settings with multiple domains separated by commas. For
example: 'www.example.com, example.com'
#enable_ssl ⇒ Boolean
Whether to enable SSL for the app.
#environment ⇒ Array<Types::EnvironmentVariable>
An array of EnvironmentVariable objects that specify environment
variables to be associated with the app. After you deploy the app, these
variables are defined on the associated app server instances. For more
information, see Environment Variables.
#name ⇒ String
The app name.
#shortname ⇒ String
The app\'s short name.
#ssl_configuration ⇒ Types::SslConfiguration
An SslConfiguration object with the SSL configuration.
#stack_id ⇒ String
The app stack ID.
#type ⇒ String
The app type.
Possible values:
- aws-flow-ruby
- java
- rails
- php
- nodejs
- static
- other