Class: Aws::Types::DescribeRecommendationExportJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::JobFilter]

Returns the value of attribute filters.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def filters
  @filters
end

#job_ids::Array[::String]

Returns the value of attribute job_ids.

Returns:

  • (::Array[::String])


125
126
127
# File 'sig/types.rbs', line 125

def job_ids
  @job_ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def next_token
  @next_token
end