Class: Aws::Types::ListTargetAccountConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTargetAccountConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#experiment_template_id ⇒ ::String
Returns the value of attribute experiment_template_id.
603 604 605 |
# File 'sig/types.rbs', line 603 def experiment_template_id @experiment_template_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
604 605 606 |
# File 'sig/types.rbs', line 604 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
605 606 607 |
# File 'sig/types.rbs', line 605 def next_token @next_token end |