Class: Aws::ServiceCatalog::Types::DeleteProductInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1397

class DeleteProductInput < Struct.new(
  :accept_language,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The product identifier.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1397

class DeleteProductInput < Struct.new(
  :accept_language,
  :id)
  SENSITIVE = []
  include Aws::Structure
end