Class: Aws::Types::UpdateLensReviewInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLensReviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jira_configuration ⇒ Types::JiraSelectedQuestionConfiguration
Returns the value of attribute jira_configuration.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_notes ⇒ ::String
Returns the value of attribute lens_notes.
-
#pillar_notes ⇒ ::Hash[::String, ::String]
Returns the value of attribute pillar_notes.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
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.
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.
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.
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.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def workload_id @workload_id end |