Class: Aws::Types::BatchIsAuthorizedInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#requests ⇒ ::Array[Types::BatchIsAuthorizedInputItem]
Returns the value of attribute requests.
Instance Attribute Details
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
98 99 100 |
# File 'sig/types.rbs', line 98 def entities @entities end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def policy_store_id @policy_store_id end |
#requests ⇒ ::Array[Types::BatchIsAuthorizedInputItem]
Returns the value of attribute requests.
99 100 101 |
# File 'sig/types.rbs', line 99 def requests @requests end |