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

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_point_listArray<Types::AccessPoint>

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

Returns:



4856
4857
4858
4859
4860
4861
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4856

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

#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)


4856
4857
4858
4859
4860
4861
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4856

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