Class: Aws::Types::GetIdentityPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityPoliciesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
Instance Attribute Details
#identity ⇒ ::String
Returns the value of attribute identity.
439 440 441 |
# File 'sig/types.rbs', line 439 def identity @identity end |
#policy_names ⇒ ::Array[::String]
Returns the value of attribute policy_names.
440 441 442 |
# File 'sig/types.rbs', line 440 def policy_names @policy_names end |