Class: Aws::EMRContainers::Types::ListManagedEndpointsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrcontainers/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

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_beforeTime

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_resultsInteger

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_tokenString

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

#statesArray<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

#typesArray<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_idString

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