Class: Aws::ServiceCatalog::Types::DeletePortfolioShareInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeletePortfolioShareInput
- 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.
-
#account_id ⇒ String
The Amazon Web Services account ID.
-
#organization_node ⇒ Types::OrganizationNode
The organization node to whom you are going to stop sharing.
-
#portfolio_id ⇒ String
The portfolio identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1361 class DeletePortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :account_id, :organization_node) SENSITIVE = [] include Aws::Structure end |
#account_id ⇒ String
The Amazon Web Services account ID.
1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1361 class DeletePortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :account_id, :organization_node) SENSITIVE = [] include Aws::Structure end |
#organization_node ⇒ Types::OrganizationNode
The organization node to whom you are going to stop sharing.
1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1361 class DeletePortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :account_id, :organization_node) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
1361 1362 1363 1364 1365 1366 1367 1368 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1361 class DeletePortfolioShareInput < Struct.new( :accept_language, :portfolio_id, :account_id, :organization_node) SENSITIVE = [] include Aws::Structure end |