Class: Aws::EMRContainers::Types::ListManagedEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::ListManagedEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::Endpoint>
The managed endpoints to be listed.
-
#next_token ⇒ String
The token for the next set of endpoints to return.
Instance Attribute Details
#endpoints ⇒ Array<Types::Endpoint>
The managed endpoints to be listed.
1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1387 class ListManagedEndpointsResponse < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of endpoints to return.
1387 1388 1389 1390 1391 1392 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1387 class ListManagedEndpointsResponse < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |