Class: Aws::Types::BatchGetPolicyInputItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPolicyInputItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
75 76 77 |
# File 'sig/types.rbs', line 75 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def policy_store_id @policy_store_id end |