Class: Aws::S3Outposts::Types::ListSharedEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::ListSharedEndpointsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of endpoints that will be returned in the response.
-
#next_token ⇒ String
If a previous response from this operation included a ‘NextToken` value, you can provide that value here to retrieve the next page of results.
-
#outpost_id ⇒ String
The ID of the Amazon Web Services Outpost.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of endpoints that will be returned in the response.
327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 327 class ListSharedEndpointsRequest < Struct.new( :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If a previous response from this operation included a ‘NextToken` value, you can provide that value here to retrieve the next page of results.
327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 327 class ListSharedEndpointsRequest < Struct.new( :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID of the Amazon Web Services Outpost.
327 328 329 330 331 332 333 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 327 class ListSharedEndpointsRequest < Struct.new( :next_token, :max_results, :outpost_id) SENSITIVE = [] include Aws::Structure end |