Class: Aws::Types::UpdateLensReviewInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#jira_configuration ⇒ Types::JiraSelectedQuestionConfiguration

Returns the value of attribute jira_configuration.



1969
1970
1971
# File 'sig/types.rbs', line 1969

def jira_configuration
  @jira_configuration
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1966
1967
1968
# File 'sig/types.rbs', line 1966

def lens_alias
  @lens_alias
end

#lens_notes ⇒ ::String

Returns the value of attribute lens_notes.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def lens_notes
  @lens_notes
end

#pillar_notes ⇒ ::Hash[::String, ::String]

Returns the value of attribute pillar_notes.

Returns:

  • (::Hash[::String, ::String])


1968
1969
1970
# File 'sig/types.rbs', line 1968

def pillar_notes
  @pillar_notes
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def workload_id
  @workload_id
end