Class: Aws::Types::BatchIsAuthorizedWithTokenInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedWithTokenInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
-
#identity_token ⇒ ::String
Returns the value of attribute identity_token.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#requests ⇒ ::Array[Types::BatchIsAuthorizedWithTokenInputItem]
Returns the value of attribute requests.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
127 128 129 |
# File 'sig/types.rbs', line 127 def access_token @access_token end |
#entities ⇒ Types::EntitiesDefinition
Returns the value of attribute entities.
128 129 130 |
# File 'sig/types.rbs', line 128 def entities @entities end |
#identity_token ⇒ ::String
Returns the value of attribute identity_token.
126 127 128 |
# File 'sig/types.rbs', line 126 def identity_token @identity_token end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
125 126 127 |
# File 'sig/types.rbs', line 125 def policy_store_id @policy_store_id end |
#requests ⇒ ::Array[Types::BatchIsAuthorizedWithTokenInputItem]
Returns the value of attribute requests.
129 130 131 |
# File 'sig/types.rbs', line 129 def requests @requests end |