Class: Aws::Amplify::Types::GetBackendEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetBackendEnvironmentRequest
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The request structure for the get backend environment request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique id for an Amplify app.
-
#environment_name ⇒ String
The name for the backend environment.
Instance Attribute Details
#app_id ⇒ String
The unique id for an Amplify app.
1712 1713 1714 1715 1716 1717 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1712 class GetBackendEnvironmentRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name for the backend environment.
1712 1713 1714 1715 1716 1717 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1712 class GetBackendEnvironmentRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |