Class: Aws::Types::GetLoaderJobStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::GetLoaderJobStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Boolean
Returns the value of attribute details.
-
#errors ⇒ Boolean
Returns the value of attribute errors.
-
#errors_per_page ⇒ ::Integer
Returns the value of attribute errors_per_page.
-
#load_id ⇒ ::String
Returns the value of attribute load_id.
-
#page ⇒ ::Integer
Returns the value of attribute page.
Instance Attribute Details
#details ⇒ Boolean
Returns the value of attribute details.
322 323 324 |
# File 'sig/types.rbs', line 322 def details @details end |
#errors ⇒ Boolean
Returns the value of attribute errors.
323 324 325 |
# File 'sig/types.rbs', line 323 def errors @errors end |
#errors_per_page ⇒ ::Integer
Returns the value of attribute errors_per_page.
325 326 327 |
# File 'sig/types.rbs', line 325 def errors_per_page @errors_per_page end |
#load_id ⇒ ::String
Returns the value of attribute load_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def load_id @load_id end |
#page ⇒ ::Integer
Returns the value of attribute page.
324 325 326 |
# File 'sig/types.rbs', line 324 def page @page end |