Class: Aws::ServiceCatalog::Types::DeletePortfolioShareInput

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.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1325

class DeletePortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :account_id,
  :organization_node)
  SENSITIVE = []
  include Aws::Structure
end

#account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1325

class DeletePortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :account_id,
  :organization_node)
  SENSITIVE = []
  include Aws::Structure
end

#organization_nodeTypes::OrganizationNode

The organization node to whom you are going to stop sharing.



1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1325

class DeletePortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :account_id,
  :organization_node)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


1325
1326
1327
1328
1329
1330
1331
1332
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1325

class DeletePortfolioShareInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :account_id,
  :organization_node)
  SENSITIVE = []
  include Aws::Structure
end