Class: Aws::Types::ListPoliciesGrantingServiceAccessResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPoliciesGrantingServiceAccessResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#policies_granting_service_access ⇒ ::Array[Types::ListPoliciesGrantingServiceAccessEntry]
Returns the value of attribute policies_granting_service_access.
Instance Attribute Details
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def marker @marker end |
#policies_granting_service_access ⇒ ::Array[Types::ListPoliciesGrantingServiceAccessEntry]
Returns the value of attribute policies_granting_service_access.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def policies_granting_service_access @policies_granting_service_access end |