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.
710 711 712 |
# File 'sig/types.rbs', line 710 def policy_input_list @policy_input_list end |
#policy_source_arn ⇒ ::String
Returns the value of attribute policy_source_arn.
709 710 711 |
# File 'sig/types.rbs', line 709 def policy_source_arn @policy_source_arn end |