class Aws::AmplifyUIBuilder::Types::DeleteComponentRequest

@note When making an API call, you may pass DeleteComponentRequest

data as a hash:

    {
      app_id: "String", # required
      environment_name: "String", # required
      id: "Uuid", # required
    }

@!attribute [rw] app_id

The unique ID of the Amplify app associated with the component to
delete.
@return [String]

@!attribute [rw] environment_name

The name of the backend environment that is a part of the Amplify
app.
@return [String]

@!attribute [rw] id

The unique ID of the component to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/DeleteComponentRequest AWS API Documentation

Constants

SENSITIVE