Class: Aws::Types::ListPoliciesGrantingServiceAccessEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesGrantingServiceAccessEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policies ⇒ ::Array[Types::PolicyGrantingServiceAccess]
Returns the value of attribute policies.
-
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
Instance Attribute Details
#policies ⇒ ::Array[Types::PolicyGrantingServiceAccess]
Returns the value of attribute policies.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def policies @policies end |
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def service_namespace @service_namespace end |