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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 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.
1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1353 class ListManagedEndpointsRequest < Struct.new( :virtual_cluster_id, :created_before, :created_after, :types, :states, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |