Class: Aws::S3Control::Types::ListAccessGrantsLocationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListAccessGrantsLocationsResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_grants_locations_list ⇒ Array<Types::ListAccessGrantsLocationsEntry>
A container for a list of registered locations in an S3 Access Grants instance.
-
#next_token ⇒ String
A pagination token to request the next page of results.
Instance Attribute Details
#access_grants_locations_list ⇒ Array<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_token ⇒ String
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.
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 |