Class: Aws::Types::ListDistributedGrantsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributedGrantsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#grant_arns ⇒ ::Array[::String]
Returns the value of attribute grant_arns.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
840 841 842 |
# File 'sig/types.rbs', line 840 def filters @filters end |
#grant_arns ⇒ ::Array[::String]
Returns the value of attribute grant_arns.
839 840 841 |
# File 'sig/types.rbs', line 839 def grant_arns @grant_arns end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
842 843 844 |
# File 'sig/types.rbs', line 842 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
841 842 843 |
# File 'sig/types.rbs', line 841 def next_token @next_token end |