Class: Aws::Types::ListGrantsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListGrantsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grants ⇒ ::Array[Types::GrantListEntry]
Returns the value of attribute grants.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#grants ⇒ ::Array[Types::GrantListEntry]
Returns the value of attribute grants.
700 701 702 |
# File 'sig/types.rbs', line 700 def grants @grants end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
701 702 703 |
# File 'sig/types.rbs', line 701 def next_marker @next_marker end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
702 703 704 |
# File 'sig/types.rbs', line 702 def truncated @truncated end |