Class: Aws::Types::ListSharesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSharesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::Filter
Returns the value of attribute filter.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_owner ⇒ "SELF", "OTHER"
Returns the value of attribute resource_owner.
Instance Attribute Details
#filter ⇒ Types::Filter
Returns the value of attribute filter.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def filter @filter end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def next_token @next_token end |
#resource_owner ⇒ "SELF", "OTHER"
Returns the value of attribute resource_owner.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def resource_owner @resource_owner end |