Class: Aws::ServiceCatalog::Types::DisassociatePrincipalFromPortfolioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DisassociatePrincipalFromPortfolioInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#portfolio_id ⇒ String
The portfolio identifier.
-
#principal_arn ⇒ String
The ARN of the principal (user, role, or group).
-
#principal_type ⇒ String
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.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2428 class DisassociatePrincipalFromPortfolioInput < Struct.new( :accept_language, :portfolio_id, :principal_arn, :principal_type) SENSITIVE = [] include Aws::Structure end |
#portfolio_id ⇒ String
The portfolio identifier.
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2428 class DisassociatePrincipalFromPortfolioInput < Struct.new( :accept_language, :portfolio_id, :principal_arn, :principal_type) SENSITIVE = [] include Aws::Structure end |
#principal_arn ⇒ String
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`.
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2428 class DisassociatePrincipalFromPortfolioInput < Struct.new( :accept_language, :portfolio_id, :principal_arn, :principal_type) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
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.
2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2428 class DisassociatePrincipalFromPortfolioInput < Struct.new( :accept_language, :portfolio_id, :principal_arn, :principal_type) SENSITIVE = [] include Aws::Structure end |