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.
1375 1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1375 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.
1375 1376 1377 1378 1379 1380 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1375 class ListManagedEndpointsResponse < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |