Class: Aws::Types::GetLensReviewReportInput

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)


814
815
816
# File 'sig/types.rbs', line 814

def lens_alias
  @lens_alias
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


815
816
817
# File 'sig/types.rbs', line 815

def milestone_number
  @milestone_number
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def workload_id
  @workload_id
end