Class: Aws::Types::ListPoliciesGrantingServiceAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesGrantingServiceAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#service_namespaces ⇒ ::Array[::String]
Returns the value of attribute service_namespaces.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def arn @arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def marker @marker end |
#service_namespaces ⇒ ::Array[::String]
Returns the value of attribute service_namespaces.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def service_namespaces @service_namespaces end |