Class: Aws::S3Outposts::Types::ListEndpointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::ListEndpointsResult
- Defined in:
- gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::Endpoint>
The list of endpoints associated with the specified Outpost.
-
#next_token ⇒ String
If the number of endpoints associated with the specified Outpost exceeds
MaxResults, you can include this value in subsequent calls to this operation to retrieve more results.
Instance Attribute Details
#endpoints ⇒ Array<Types::Endpoint>
The list of endpoints associated with the specified Outpost.
256 257 258 259 260 261 |
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 256 class ListEndpointsResult < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the number of endpoints associated with the specified Outpost
exceeds MaxResults, you can include this value in subsequent calls
to this operation to retrieve more results.
256 257 258 259 260 261 |
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 256 class ListEndpointsResult < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |