Class: Aws::AppConfig::Types::GetEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that includes the environment you want to get.
-
#environment_id ⇒ String
The ID of the environment that you want to get.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that includes the environment you want to get.
1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1759 class GetEnvironmentRequest < Struct.new( :application_id, :environment_id) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment that you want to get.
1759 1760 1761 1762 1763 1764 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1759 class GetEnvironmentRequest < Struct.new( :application_id, :environment_id) SENSITIVE = [] include Aws::Structure end |