Class: Aws::AppConfig::Types::DeleteConfigurationProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application ID that includes the configuration profile you want to delete.

Returns:

  • (String)


819
820
821
822
823
824
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 819

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

#configuration_profile_idString

The ID of the configuration profile you want to delete.

Returns:

  • (String)


819
820
821
822
823
824
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 819

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