Class: Aws::AppConfig::Types::Environment
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Environment
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#description ⇒ String
The description of the environment.
-
#id ⇒ String
The environment ID.
-
#monitors ⇒ Array<Types::Monitor>
Amazon CloudWatch alarms monitored during the deployment.
-
#name ⇒ String
The name of the environment.
-
#state ⇒ String
The state of the environment.
Instance Attribute Details
#application_id ⇒ String
The application ID.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1402 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the environment.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1402 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The environment ID.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1402 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |
#monitors ⇒ Array<Types::Monitor>
Amazon CloudWatch alarms monitored during the deployment.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1402 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment.
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1402 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the environment. An environment can be in one of the
following states: READY_FOR_DEPLOYMENT
, DEPLOYING
,
ROLLING_BACK
, or ROLLED_BACK
1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1402 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |