Class: Aws::AmplifyUIBuilder::Types::PutMetadataFlagRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for the Amplify app.

Returns:

  • (String)


2728
2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2728

class PutMetadataFlagRequest < Struct.new(
  :app_id,
  :environment_name,
  :feature_name,
  :body)
  SENSITIVE = []
  include Aws::Structure
end

#bodyTypes::PutMetadataFlagBody

The metadata information to store.



2728
2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-amplifyuibuilder/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_nameString

The name of the backend environment that is part of the Amplify app.

Returns:

  • (String)


2728
2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-amplifyuibuilder/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_nameString

The name of the feature associated with the metadata.

Returns:

  • (String)


2728
2729
2730
2731
2732
2733
2734
2735
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2728

class PutMetadataFlagRequest < Struct.new(
  :app_id,
  :environment_name,
  :feature_name,
  :body)
  SENSITIVE = []
  include Aws::Structure
end