Class: Aws::Types::ListThingRegistrationTaskReportsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThingRegistrationTaskReportsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#report_type ⇒ "ERRORS", "RESULTS"
Returns the value of attribute report_type.
-
#resource_links ⇒ ::Array[::String]
Returns the value of attribute resource_links.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3710 3711 3712 |
# File 'sig/types.rbs', line 3710 def next_token @next_token end |
#report_type ⇒ "ERRORS", "RESULTS"
Returns the value of attribute report_type.
3709 3710 3711 |
# File 'sig/types.rbs', line 3709 def report_type @report_type end |
#resource_links ⇒ ::Array[::String]
Returns the value of attribute resource_links.
3708 3709 3710 |
# File 'sig/types.rbs', line 3708 def resource_links @resource_links end |