Class: Aws::EMR::Types::DescribeJobFlowsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

The input for the DescribeJobFlows operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

Return only job flows created after this date and time.

Returns:

  • (Time)


1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1459

class DescribeJobFlowsInput < Struct.new(
  :created_after,
  :created_before,
  :job_flow_ids,
  :job_flow_states)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

Return only job flows created before this date and time.

Returns:

  • (Time)


1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1459

class DescribeJobFlowsInput < Struct.new(
  :created_after,
  :created_before,
  :job_flow_ids,
  :job_flow_states)
  SENSITIVE = []
  include Aws::Structure
end

#job_flow_idsArray<String>

Return only job flows whose job flow ID is contained in this list.

Returns:

  • (Array<String>)


1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1459

class DescribeJobFlowsInput < Struct.new(
  :created_after,
  :created_before,
  :job_flow_ids,
  :job_flow_states)
  SENSITIVE = []
  include Aws::Structure
end

#job_flow_statesArray<String>

Return only job flows whose state is contained in this list.

Returns:

  • (Array<String>)


1459
1460
1461
1462
1463
1464
1465
1466
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1459

class DescribeJobFlowsInput < Struct.new(
  :created_after,
  :created_before,
  :job_flow_ids,
  :job_flow_states)
  SENSITIVE = []
  include Aws::Structure
end