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.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def marker @marker end |
#policies_granting_service_access ⇒ ::Array[Types::ListPoliciesGrantingServiceAccessEntry]
Returns the value of attribute policies_granting_service_access.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def policies_granting_service_access @policies_granting_service_access end |