Class: Aws::AppConfig::Types::GetEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetEnvironmentRequest
- Defined in:
- gems/aws-sdk-appconfig/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.
1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1758 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.
1758 1759 1760 1761 1762 1763 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1758 class GetEnvironmentRequest < Struct.new( :application_id, :environment_id) SENSITIVE = [] include Aws::Structure end |