Class: Aws::S3Control::Types::ListAccessGrantsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_grants_listArray<Types::ListAccessGrantEntry>

A container for a list of grants in an S3 Access Grants instance.

Returns:



4822
4823
4824
4825
4826
4827
# File 'lib/aws-sdk-s3control/types.rb', line 4822

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

#next_tokenString

A pagination token to request the next page of results. Pass this value into a subsequent ‘List Access Grants` request in order to retrieve the next page of results.

Returns:

  • (String)


4822
4823
4824
4825
4826
4827
# File 'lib/aws-sdk-s3control/types.rb', line 4822

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