You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::S3Control::Types::ListAccessPointsResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_listArray<Types::AccessPoint>

Contains identification and configuration information for one or more access points associated with the specified bucket.

Returns:

  • (Array<Types::AccessPoint>)

    Contains identification and configuration information for one or more access points associated with the specified bucket.

#next_tokenString

If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.

Returns:

  • (String)

    If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.