Class: Aws::S3Files::Types::ListAccessPointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ListAccessPointsResponse
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_points ⇒ Array<Types::ListAccessPointsDescription>
An array of access point descriptions.
-
#next_token ⇒ String
A pagination token to use in a subsequent request if more results are available.
Instance Attribute Details
#access_points ⇒ Array<Types::ListAccessPointsDescription>
An array of access point descriptions.
965 966 967 968 969 970 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 965 class ListAccessPointsResponse < Struct.new( :next_token, :access_points) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to use in a subsequent request if more results are available.
965 966 967 968 969 970 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 965 class ListAccessPointsResponse < Struct.new( :next_token, :access_points) SENSITIVE = [] include Aws::Structure end |