Class: Aws::S3Control::Types::ListMultiRegionAccessPointsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_pointsArray<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_tokenString

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.

Returns:

  • (String)


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