Method: Aws::AppConfig::Types::Environment#id
- Defined in:
- lib/aws-sdk-appconfig/types.rb
#id ⇒ String
The environment ID.
1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1396 class Environment < Struct.new( :application_id, :id, :name, :description, :state, :monitors) SENSITIVE = [] include Aws::Structure end |