Class: Aws::ServiceCatalog::Types::DisassociatePrincipalFromPortfolioInput

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)


2401
2402
2403
2404
2405
2406
2407
2408
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2401

class DisassociatePrincipalFromPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :principal_arn,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end

#portfolio_idString

The portfolio identifier.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2401

class DisassociatePrincipalFromPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :principal_arn,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end

#principal_arnString

The ARN of the principal (user, role, or group). This field allows an ARN with no ‘accountID` with or without wildcard characters if `PrincipalType` is `IAM_PATTERN`.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2401

class DisassociatePrincipalFromPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :principal_arn,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end

#principal_typeString

The supported value is ‘IAM` if you use a fully defined ARN, or `IAM_PATTERN` if you specify an `IAM` ARN with no AccountId, with or without wildcard characters.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2401

class DisassociatePrincipalFromPortfolioInput < Struct.new(
  :accept_language,
  :portfolio_id,
  :principal_arn,
  :principal_type)
  SENSITIVE = []
  include Aws::Structure
end