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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/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.

Returns:

  • (Time)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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_beforeTime

The date and time before which the endpoints are created.

Returns:

  • (Time)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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_resultsInteger

The maximum number of managed endpoints that can be listed.

Returns:

  • (Integer)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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_tokenString

The token for the next set of managed endpoints to return.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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

#statesArray<String>

The states of the managed endpoints.

Returns:

  • (Array<String>)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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

#typesArray<String>

The types of the managed endpoints.

Returns:

  • (Array<String>)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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_idString

The ID of the virtual cluster.

Returns:

  • (String)


1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
# File 'gems/aws-sdk-emrcontainers/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