Class: Aws::Types::GetLensReviewInput

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)


800
801
802
# File 'sig/types.rbs', line 800

def lens_alias
  @lens_alias
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


801
802
803
# File 'sig/types.rbs', line 801

def milestone_number
  @milestone_number
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def workload_id
  @workload_id
end