Class: Aws::Types::ListCallerAccessGrantsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCallerAccessGrantsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#allowed_by_application ⇒ Boolean
Returns the value of attribute allowed_by_application.
-
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def account_id @account_id end |
#allowed_by_application ⇒ Boolean
Returns the value of attribute allowed_by_application.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def allowed_by_application @allowed_by_application end |
#grant_scope ⇒ ::String
Returns the value of attribute grant_scope.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def grant_scope @grant_scope end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def next_token @next_token end |