Class: Aws::ServiceCatalog::Types::ListAcceptedPortfolioSharesInput

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)


3032
3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3032

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The maximum number of items to return with this call.

Returns:

  • (Integer)


3032
3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3032

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end

#page_tokenString

The page token for the next set of results. To retrieve the first set of results, use null.

Returns:

  • (String)


3032
3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3032

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_share_typeString

The type of shared portfolios to list. The default is to list imported portfolios.

  • AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization.

  • AWS_SERVICECATALOG - Deprecated type.

  • IMPORTED - List imported portfolios that have been accepted and shared through account-to-account sharing.

Returns:

  • (String)


3032
3033
3034
3035
3036
3037
3038
3039
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3032

class ListAcceptedPortfolioSharesInput < Struct.new(
  :accept_language,
  :page_token,
  :page_size,
  :portfolio_share_type)
  SENSITIVE = []
  include Aws::Structure
end