Class: Aws::EMRContainers::Types::ListManagedEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListManagedEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_after ⇒ Time
The date and time after which the endpoints are created.
-
#created_before ⇒ Time
The date and time before which the endpoints are created.
-
#max_results ⇒ Integer
The maximum number of managed endpoints that can be listed.
-
#next_token ⇒ String
The token for the next set of managed endpoints to return.
-
#states ⇒ Array<String>
The states of the managed endpoints.
-
#types ⇒ Array<String>
The types of the managed endpoints.
-
#virtual_cluster_id ⇒ String
The ID of the virtual cluster.
Instance Attribute Details
#created_after ⇒ Time
The date and time after which the endpoints are created.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
The date and time before which the endpoints are created.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of managed endpoints that can be listed.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of managed endpoints to return.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
The states of the managed endpoints.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
The types of the managed endpoints.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#virtual_cluster_id ⇒ String
The ID of the virtual cluster.
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1365 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |