Class: Aws::Types::DescribeCasesRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#after_time::String

Returns the value of attribute after_time.



201
202
203
# File 'sig/types.rbs', line 201

def after_time
  @after_time
end

#before_time::String

Returns the value of attribute before_time.



202
203
204
# File 'sig/types.rbs', line 202

def before_time
  @before_time
end

#case_id_list::Array[::String]

Returns the value of attribute case_id_list.



199
200
201
# File 'sig/types.rbs', line 199

def case_id_list
  @case_id_list
end

#display_id::String

Returns the value of attribute display_id.



200
201
202
# File 'sig/types.rbs', line 200

def display_id
  @display_id
end

#dry_runBoolean

Returns the value of attribute dry_run.



208
209
210
# File 'sig/types.rbs', line 208

def dry_run
  @dry_run
end

#include_communicationsBoolean

Returns the value of attribute include_communications.



207
208
209
# File 'sig/types.rbs', line 207

def include_communications
  @include_communications
end

#include_resolved_casesBoolean

Returns the value of attribute include_resolved_cases.



203
204
205
# File 'sig/types.rbs', line 203

def include_resolved_cases
  @include_resolved_cases
end

#language::String

Returns the value of attribute language.



206
207
208
# File 'sig/types.rbs', line 206

def language
  @language
end

#max_results::Integer

Returns the value of attribute max_results.



205
206
207
# File 'sig/types.rbs', line 205

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



204
205
206
# File 'sig/types.rbs', line 204

def next_token
  @next_token
end