Method: Aws::AppConfig::Types::DeleteConfigurationProfileRequest#configuration_profile_id

Defined in:
lib/aws-sdk-appconfig/types.rb

#configuration_profile_idString

The ID of the configuration profile you want to delete.

Returns:

  • (String)


874
875
876
877
878
879
880
# File 'lib/aws-sdk-appconfig/types.rb', line 874

class DeleteConfigurationProfileRequest < Struct.new(
  :application_id,
  :configuration_profile_id,
  :deletion_protection_check)
  SENSITIVE = []
  include Aws::Structure
end