Method: Aws::AppConfig::Types::UpdateEnvironmentRequest#name
- Defined in:
- lib/aws-sdk-appconfig/types.rb
#name ⇒ String
The name of the environment.
2679 2680 2681 2682 2683 2684 2685 2686 2687 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2679 class UpdateEnvironmentRequest < Struct.new( :application_id, :environment_id, :name, :description, :monitors) SENSITIVE = [] include Aws::Structure end |