Class: Aws::AmplifyUIBuilder::Types::GetMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetMetadataRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app.
1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1681 class GetMetadataRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1681 class GetMetadataRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |