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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-servicecatalog/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_idString

The Amazon Web Services account ID.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-servicecatalog/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_nodeTypes::OrganizationNode

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



1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-servicecatalog/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_idString

The portfolio identifier.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-servicecatalog/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