Class: Aws::Types::ListMetadataTransferJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMetadataTransferJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_type ⇒ "s3", ...
Returns the value of attribute destination_type.
-
#filters ⇒ ::Array[Types::ListMetadataTransferJobsFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_type ⇒ "s3", ...
Returns the value of attribute source_type.
Instance Attribute Details
#destination_type ⇒ "s3", ...
Returns the value of attribute destination_type.
787 788 789 |
# File 'sig/types.rbs', line 787 def destination_type @destination_type end |
#filters ⇒ ::Array[Types::ListMetadataTransferJobsFilter]
Returns the value of attribute filters.
788 789 790 |
# File 'sig/types.rbs', line 788 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
790 791 792 |
# File 'sig/types.rbs', line 790 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
789 790 791 |
# File 'sig/types.rbs', line 789 def next_token @next_token end |
#source_type ⇒ "s3", ...
Returns the value of attribute source_type.
786 787 788 |
# File 'sig/types.rbs', line 786 def source_type @source_type end |