Class: Aws::Types::GetContextKeysForPrincipalPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContextKeysForPrincipalPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
-
#policy_source_arn ⇒ ::String
Returns the value of attribute policy_source_arn.
Instance Attribute Details
#policy_input_list ⇒ ::Array[::String]
Returns the value of attribute policy_input_list.
730 731 732 |
# File 'sig/types.rbs', line 730 def policy_input_list @policy_input_list end |
#policy_source_arn ⇒ ::String
Returns the value of attribute policy_source_arn.
729 730 731 |
# File 'sig/types.rbs', line 729 def policy_source_arn @policy_source_arn end |