Class: Aws::Types::ListCheckDetailsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListCheckDetailsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#choice_id ⇒ ::String
Returns the value of attribute choice_id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def choice_id @choice_id end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def lens_arn @lens_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def next_token @next_token end |
#pillar_id ⇒ ::String
Returns the value of attribute pillar_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def pillar_id @pillar_id end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def question_id @question_id end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def workload_id @workload_id end |