Class: Aws::ServiceCatalog::Types::DeletePortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeletePortfolioInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#id ⇒ String
The portfolio identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1328 class DeletePortfolioInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The portfolio identifier.
1328 1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1328 class DeletePortfolioInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |