class Aws::AppConfig::Types::DeleteConfigurationProfileRequest

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

data as a hash:

    {
      application_id: "Id", # required
      configuration_profile_id: "Id", # required
    }

@!attribute [rw] application_id

The application ID that includes the configuration profile you want
to delete.
@return [String]

@!attribute [rw] configuration_profile_id

The ID of the configuration profile you want to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/DeleteConfigurationProfileRequest AWS API Documentation

Constants

SENSITIVE