Class: Aws::AppConfig::Types::UpdateEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::UpdateEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application ID.
-
#description ⇒ String
A description of the environment.
-
#environment_id ⇒ String
The environment ID.
-
#monitors ⇒ Array<Types::Monitor>
Amazon CloudWatch alarms to monitor during the deployment process.
-
#name ⇒ String
The name of the environment.
Instance Attribute Details
#application_id ⇒ String
The application ID.
3685 3686 3687 3688 3689 3690 3691 3692 3693 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3685 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the environment.
3685 3686 3687 3688 3689 3690 3691 3692 3693 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3685 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID.
3685 3686 3687 3688 3689 3690 3691 3692 3693 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3685 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#monitors ⇒ Array<Types::Monitor>
Amazon CloudWatch alarms to monitor during the deployment process.
3685 3686 3687 3688 3689 3690 3691 3692 3693 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3685 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment.
3685 3686 3687 3688 3689 3690 3691 3692 3693 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3685 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |