Class: Aws::Types::TestInvokeAuthorizerResponse
- Inherits:
-
Object
- Object
- Aws::Types::TestInvokeAuthorizerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disconnect_after_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_after_in_seconds.
-
#is_authenticated ⇒ Boolean
Returns the value of attribute is_authenticated.
-
#policy_documents ⇒ ::Array[::String]
Returns the value of attribute policy_documents.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#refresh_after_in_seconds ⇒ ::Integer
Returns the value of attribute refresh_after_in_seconds.
Instance Attribute Details
#disconnect_after_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_after_in_seconds.
4743 4744 4745 |
# File 'sig/types.rbs', line 4743 def disconnect_after_in_seconds @disconnect_after_in_seconds end |
#is_authenticated ⇒ Boolean
Returns the value of attribute is_authenticated.
4739 4740 4741 |
# File 'sig/types.rbs', line 4739 def is_authenticated @is_authenticated end |
#policy_documents ⇒ ::Array[::String]
Returns the value of attribute policy_documents.
4741 4742 4743 |
# File 'sig/types.rbs', line 4741 def policy_documents @policy_documents end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
4740 4741 4742 |
# File 'sig/types.rbs', line 4740 def principal_id @principal_id end |
#refresh_after_in_seconds ⇒ ::Integer
Returns the value of attribute refresh_after_in_seconds.
4742 4743 4744 |
# File 'sig/types.rbs', line 4742 def refresh_after_in_seconds @refresh_after_in_seconds end |