Class: Aws::S3Control::Types::ListAccessGrantsLocationsResult

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_grants_locations_listArray<Types::ListAccessGrantsLocationsEntry>

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



4915
4916
4917
4918
4919
4920
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4915

class ListAccessGrantsLocationsResult < Struct.new(
  :next_token,
  :access_grants_locations_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 Locations request in order to retrieve the next page of results.

Returns:

  • (String)


4915
4916
4917
4918
4919
4920
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4915

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