Class: Aws::Types::ListLensReviewsInput

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)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def max_results
  @max_results
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def milestone_number
  @milestone_number
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def next_token
  @next_token
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def workload_id
  @workload_id
end