Class: Aws::Types::ListThingRegistrationTaskReportsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3703
3704
3705
# File 'sig/types.rbs', line 3703

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3702
3703
3704
# File 'sig/types.rbs', line 3702

def next_token
  @next_token
end

#report_type"ERRORS", "RESULTS"

Returns the value of attribute report_type.

Returns:

  • ("ERRORS", "RESULTS")


3701
3702
3703
# File 'sig/types.rbs', line 3701

def report_type
  @report_type
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


3700
3701
3702
# File 'sig/types.rbs', line 3700

def task_id
  @task_id
end