Class: Aws::Types::ListResourceDataSyncRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceDataSyncRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def next_token @next_token end |
#sync_type ⇒ ::String
Returns the value of attribute sync_type.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def sync_type @sync_type end |