Class: Aws::Types::ListLensReviewImprovementsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#improvement_summaries ⇒ ::Array[Types::ImprovementSummary]

Returns the value of attribute improvement_summaries.

Returns:



1221
1222
1223
# File 'sig/types.rbs', line 1221

def improvement_summaries
  @improvement_summaries
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def lens_alias
  @lens_alias
end

#lens_arn ⇒ ::String

Returns the value of attribute lens_arn.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def lens_arn
  @lens_arn
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def milestone_number
  @milestone_number
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def next_token
  @next_token
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def workload_id
  @workload_id
end