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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass DeletePortfolioShareInput data as a hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id", # required
  account_id: "AccountId",
  organization_node: {
    type: "ORGANIZATION", # accepts ORGANIZATION, ORGANIZATIONAL_UNIT, ACCOUNT
    value: "OrganizationNodeValue",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1381

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

#account_idString

The AWS account ID.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1381

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

#organization_nodeTypes::OrganizationNode

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



1381
1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1381

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

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1381

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