Class: Aws::Types::ListLensReviewImprovementsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def lens_alias
  @lens_alias
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1211
1212
1213
# File 'sig/types.rbs', line 1211

def max_results
  @max_results
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def milestone_number
  @milestone_number
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def next_token
  @next_token
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def pillar_id
  @pillar_id
end

#question_priority ⇒ "PRIORITIZED", "NONE"

Returns the value of attribute question_priority.

Returns:

  • ("PRIORITIZED", "NONE")


1212
1213
1214
# File 'sig/types.rbs', line 1212

def question_priority
  @question_priority
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def workload_id
  @workload_id
end