Class: Aws::Types::GetExclusionsPreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExclusionsPreviewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_template_arn ⇒ ::String
Returns the value of attribute assessment_template_arn.
-
#locale ⇒ "EN_US"
Returns the value of attribute locale.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#preview_token ⇒ ::String
Returns the value of attribute preview_token.
Instance Attribute Details
#assessment_template_arn ⇒ ::String
Returns the value of attribute assessment_template_arn.
410 411 412 |
# File 'sig/types.rbs', line 410 def assessment_template_arn @assessment_template_arn end |
#locale ⇒ "EN_US"
Returns the value of attribute locale.
414 415 416 |
# File 'sig/types.rbs', line 414 def locale @locale end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
413 414 415 |
# File 'sig/types.rbs', line 413 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
412 413 414 |
# File 'sig/types.rbs', line 412 def next_token @next_token end |
#preview_token ⇒ ::String
Returns the value of attribute preview_token.
411 412 413 |
# File 'sig/types.rbs', line 411 def preview_token @preview_token end |