Class: Aws::EMR::Types::DescribeJobFlowsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeJobFlowsInput
- 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
-
#created_after ⇒ Time
Return only job flows created after this date and time.
-
#created_before ⇒ Time
Return only job flows created before this date and time.
-
#job_flow_ids ⇒ Array<String>
Return only job flows whose job flow ID is contained in this list.
-
#job_flow_states ⇒ Array<String>
Return only job flows whose state is contained in this list.
Instance Attribute Details
#created_after ⇒ Time
Return only job flows created after this date and 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_before ⇒ Time
Return only job flows created before this date and 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_ids ⇒ Array<String>
Return only job flows whose job flow ID is contained in this list.
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_states ⇒ Array<String>
Return only job flows whose state is contained in this list.
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 |