Class: Aws::Types::ListBulkDeploymentDetailedReportsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_id::String

Returns the value of attribute bulk_deployment_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def next_token
  @next_token
end