Class: Aws::S3Control::Types::ListMultiRegionAccessPointsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListMultiRegionAccessPointsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_points ⇒ Array<Types::MultiRegionAccessPointReport>
The list of Multi-Region Access Points associated with the user.
-
#next_token ⇒ String
If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token.
Instance Attribute Details
#access_points ⇒ Array<Types::MultiRegionAccessPointReport>
The list of Multi-Region Access Points associated with the user.
5141 5142 5143 5144 5145 5146 |
# File 'lib/aws-sdk-s3control/types.rb', line 5141 class ListMultiRegionAccessPointsResult < Struct.new( :access_points, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token. You can use this token tin subsequent calls to this action to retrieve additional Multi-Region Access Points.
5141 5142 5143 5144 5145 5146 |
# File 'lib/aws-sdk-s3control/types.rb', line 5141 class ListMultiRegionAccessPointsResult < Struct.new( :access_points, :next_token) SENSITIVE = [] include Aws::Structure end |