Class: Aws::ServiceCatalog::Types::ListPortfolioAccessInput

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 ListPortfolioAccessInput data as a hash:

{
  accept_language: "AcceptLanguage",
  portfolio_id: "Id", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2982
2983
2984
2985
2986
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2982

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id)
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


2982
2983
2984
2985
2986
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2982

class ListPortfolioAccessInput < Struct.new(
  :accept_language,
  :portfolio_id)
  include Aws::Structure
end