Class: Aws::S3Control::Types::ListAccessPointsForDirectoryBucketsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListAccessPointsForDirectoryBucketsResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_list ⇒ Array<Types::AccessPoint>
Contains identification and configuration information for one or more access points associated with the directory bucket.
-
#next_token ⇒ String
If
NextTokenis returned, there are more access points available than requested in themaxResultsvalue.
Instance Attribute Details
#access_point_list ⇒ Array<Types::AccessPoint>
Contains identification and configuration information for one or more access points associated with the directory bucket.
5096 5097 5098 5099 5100 5101 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5096 class ListAccessPointsForDirectoryBucketsResult < Struct.new( :access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If NextToken is returned, there are more access points available
than requested in the maxResults value. The value of NextToken
is a unique pagination token for each page. Make the call again
using the returned token to retrieve the next page. Keep all other
arguments unchanged. Each pagination token expires after 24 hours.
5096 5097 5098 5099 5100 5101 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5096 class ListAccessPointsForDirectoryBucketsResult < Struct.new( :access_point_list, :next_token) SENSITIVE = [] include Aws::Structure end |