Class: Aws::Types::ListCreatedArtifactsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCreatedArtifactsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
188 189 190 |
# File 'sig/types.rbs', line 188 def max_results @max_results end |
#migration_task_name ⇒ ::String
Returns the value of attribute migration_task_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def migration_task_name @migration_task_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
187 188 189 |
# File 'sig/types.rbs', line 187 def next_token @next_token end |
#progress_update_stream ⇒ ::String
Returns the value of attribute progress_update_stream.
185 186 187 |
# File 'sig/types.rbs', line 185 def progress_update_stream @progress_update_stream end |