Class: Aws::AmplifyUIBuilder::Types::PutMetadataFlagRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::PutMetadataFlagRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for the Amplify app.
-
#body ⇒ Types::PutMetadataFlagBody
The metadata information to store.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#feature_name ⇒ String
The name of the feature associated with the metadata.
Instance Attribute Details
#app_id ⇒ String
The unique ID for the Amplify app.
2728 2729 2730 2731 2732 2733 2734 2735 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2728 class PutMetadataFlagRequest < Struct.new( :app_id, :environment_name, :feature_name, :body) SENSITIVE = [] include Aws::Structure end |
#body ⇒ Types::PutMetadataFlagBody
The metadata information to store.
2728 2729 2730 2731 2732 2733 2734 2735 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2728 class PutMetadataFlagRequest < Struct.new( :app_id, :environment_name, :feature_name, :body) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
2728 2729 2730 2731 2732 2733 2734 2735 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2728 class PutMetadataFlagRequest < Struct.new( :app_id, :environment_name, :feature_name, :body) SENSITIVE = [] include Aws::Structure end |
#feature_name ⇒ String
The name of the feature associated with the metadata.
2728 2729 2730 2731 2732 2733 2734 2735 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2728 class PutMetadataFlagRequest < Struct.new( :app_id, :environment_name, :feature_name, :body) SENSITIVE = [] include Aws::Structure end |