Class: Aws::ServiceCatalog::Types::DeletePortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeletePortfolioInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Note:
When making an API call, you may pass DeletePortfolioInput data as a hash:
{
accept_language: "AcceptLanguage",
id: "Id", # required
}
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.
en
- English (default)jp
- Japanesezh
- Chinese
1490 1491 1492 1493 1494 1495 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1490 class DeletePortfolioInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The portfolio identifier.
1490 1491 1492 1493 1494 1495 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1490 class DeletePortfolioInput < Struct.new( :accept_language, :id) SENSITIVE = [] include Aws::Structure end |