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.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1345

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)


1345
1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1345

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.



1345
1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1345

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

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1345

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