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

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

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



4722
4723
4724
4725
4726
4727
# File 'lib/aws-sdk-s3control/types.rb', line 4722

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)


4722
4723
4724
4725
4726
4727
# File 'lib/aws-sdk-s3control/types.rb', line 4722

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