Class: Aws::ServiceCatalog::Types::UpdatePortfolioShareInput

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 UpdatePortfolioShareInput 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",
  },
  share_tag_options: false,
  share_principals: false,
}

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)


7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7575

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

#account_idString

The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.

Returns:

  • (String)


7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7575

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

#organization_nodeTypes::OrganizationNode

Information about the organization node.



7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7575

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

#portfolio_idString

The unique identifier of the portfolio for which the share will be updated.

Returns:

  • (String)


7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7575

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

#share_principalsBoolean

A flag to enables or disables ‘Principals` sharing in the portfolio. If this field is not provided, the current state of the `Principals` sharing on the portfolio share will not be modified.

Returns:

  • (Boolean)


7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7575

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

#share_tag_optionsBoolean

Enables or disables ‘TagOptions` sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.

Returns:

  • (Boolean)


7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7575

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