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.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def arn @arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def marker @marker end |
#service_namespaces ⇒ ::Array[::String]
Returns the value of attribute service_namespaces.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def service_namespaces @service_namespaces end |