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.
2690 2691 2692 2693 2694 2695 2696 2697 2698 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2690 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the environment.
2690 2691 2692 2693 2694 2695 2696 2697 2698 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2690 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID.
2690 2691 2692 2693 2694 2695 2696 2697 2698 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2690 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.
2690 2691 2692 2693 2694 2695 2696 2697 2698 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2690 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment.
2690 2691 2692 2693 2694 2695 2696 2697 2698 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2690 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |