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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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.



4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4953

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)


4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4953

class ListMultiRegionAccessPointsResult < Struct.new(
  :access_points,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end