Class: Aws::Types::ListLensReviewsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_review_summaries ⇒ ::Array[Types::LensReviewSummary]

Returns the value of attribute lens_review_summaries.

Returns:



1235
1236
1237
# File 'sig/types.rbs', line 1235

def lens_review_summaries
  @lens_review_summaries
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def milestone_number
  @milestone_number
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def next_token
  @next_token
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def workload_id
  @workload_id
end