Class: Aws::ServiceCatalog::Types::DeleteProductInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeleteProductInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#id ⇒ String
The product identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1397 class DeleteProductInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The product identifier.
1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1397 class DeleteProductInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |