Class: Aws::Types::AssociatePrincipalWithPortfolioInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePrincipalWithPortfolioInput
- 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.
37 38 39 |
# File 'sig/types.rbs', line 37 def accept_language @accept_language end |
#portfolio_id ⇒ ::String
Returns the value of attribute portfolio_id.
38 39 40 |
# File 'sig/types.rbs', line 38 def portfolio_id @portfolio_id end |
#principal_arn ⇒ ::String
Returns the value of attribute principal_arn.
39 40 41 |
# File 'sig/types.rbs', line 39 def principal_arn @principal_arn end |
#principal_type ⇒ "IAM", "IAM_PATTERN"
Returns the value of attribute principal_type.
40 41 42 |
# File 'sig/types.rbs', line 40 def principal_type @principal_type end |