Class: Aws::AppConfig::Types::DeleteExtensionRequest

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

#extension_identifierString

The name, ID, or Amazon Resource Name (ARN) of the extension you want to delete.

Returns:

  • (String)


880
881
882
883
884
885
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 880

class DeleteExtensionRequest < Struct.new(
  :extension_identifier,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end

#version_numberInteger

A specific version of an extension to delete. If omitted, the highest version is deleted.

Returns:

  • (Integer)


880
881
882
883
884
885
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 880

class DeleteExtensionRequest < Struct.new(
  :extension_identifier,
  :version_number)
  SENSITIVE = []
  include Aws::Structure
end