Method: Aws::AppConfig::Types::DeleteConfigurationProfileRequest#configuration_profile_id
- Defined in:
- lib/aws-sdk-appconfig/types.rb
#configuration_profile_id ⇒ String
The ID of the configuration profile you want to delete.
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 |