Class: Aws::Types::DisassociatePrincipalFromPortfolioInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociatePrincipalFromPortfolioInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
-
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
-
#principal_type ⇒ "IAM", "IAM_PATTERN"
Returns the value of attribute principal_type.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
612 613 614 |
# File 'sig/types.rbs', line 612 def accept_language @accept_language end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def portfolio_id @portfolio_id end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
614 615 616 |
# File 'sig/types.rbs', line 614 def principal_arn @principal_arn end |
#principal_type ⇒ "IAM", "IAM_PATTERN"
Returns the value of attribute principal_type.
615 616 617 |
# File 'sig/types.rbs', line 615 def principal_type @principal_type end |