Class: Aws::Types::ExportJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ExportJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item ⇒ ::Array[Types::ExportJobResponse]
Returns the value of attribute item.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#item ⇒ ::Array[Types::ExportJobResponse]
Returns the value of attribute item.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def item @item end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def next_token @next_token end |