Class: Aws::EMRContainers::Types::ListManagedEndpointsResponse

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

#endpointsArray<Types::Endpoint>

The managed endpoints to be listed.

Returns:



1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1213

class ListManagedEndpointsResponse < Struct.new(
  :endpoints,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of endpoints to return.

Returns:

  • (String)


1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1213

class ListManagedEndpointsResponse < Struct.new(
  :endpoints,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end