Class: Aws::S3Outposts::Types::ListSharedEndpointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::ListSharedEndpointsResult
- 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 that have been shared by Amazon Web Services Resource Access Manager (RAM).
-
#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 that have been shared by Amazon Web Services Resource Access Manager (RAM).
349 350 351 352 353 354 |
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 349 class ListSharedEndpointsResult < 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.
349 350 351 352 353 354 |
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 349 class ListSharedEndpointsResult < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |