Class: Aws::Types::TestAuthorizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestAuthorizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_infos ⇒ ::Array[Types::AuthInfo]
Returns the value of attribute auth_infos.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#cognito_identity_pool_id ⇒ ::String
Returns the value of attribute cognito_identity_pool_id.
-
#policy_names_to_add ⇒ ::Array[::String]
Returns the value of attribute policy_names_to_add.
-
#policy_names_to_skip ⇒ ::Array[::String]
Returns the value of attribute policy_names_to_skip.
-
#principal ⇒ ::String
Returns the value of attribute principal.
Instance Attribute Details
#auth_infos ⇒ ::Array[Types::AuthInfo]
Returns the value of attribute auth_infos.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 def auth_infos @auth_infos end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 def client_id @client_id end |
#cognito_identity_pool_id ⇒ ::String
Returns the value of attribute cognito_identity_pool_id.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def cognito_identity_pool_id @cognito_identity_pool_id end |
#policy_names_to_add ⇒ ::Array[::String]
Returns the value of attribute policy_names_to_add.
4718 4719 4720 |
# File 'sig/types.rbs', line 4718 def policy_names_to_add @policy_names_to_add end |
#policy_names_to_skip ⇒ ::Array[::String]
Returns the value of attribute policy_names_to_skip.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def policy_names_to_skip @policy_names_to_skip end |
#principal ⇒ ::String
Returns the value of attribute principal.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def principal @principal end |