Class: Aws::Types::GetEffectivePoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEffectivePoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cognito_identity_pool_id ⇒ ::String
Returns the value of attribute cognito_identity_pool_id.
-
#principal ⇒ ::String
Returns the value of attribute principal.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#cognito_identity_pool_id ⇒ ::String
Returns the value of attribute cognito_identity_pool_id.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def cognito_identity_pool_id @cognito_identity_pool_id end |
#principal ⇒ ::String
Returns the value of attribute principal.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def principal @principal end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def thing_name @thing_name end |