Class: Aws::Types::ListBulkDeploymentDetailedReportsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBulkDeploymentDetailedReportsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bulk_deployment_id ⇒ ::String
Returns the value of attribute bulk_deployment_id.
-
#max_results ⇒ ::String
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bulk_deployment_id ⇒ ::String
Returns the value of attribute bulk_deployment_id.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def bulk_deployment_id @bulk_deployment_id end |
#max_results ⇒ ::String
Returns the value of attribute max_results.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def next_token @next_token end |