Class: Aws::S3Control::Types::ListAccessGrantsInstancesRequest

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

#account_idString

The ID of the Amazon Web Services account that is making this request.

Returns:

  • (String)


4517
4518
4519
4520
4521
4522
4523
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4517

class ListAccessGrantsInstancesRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.

Returns:

  • (Integer)


4517
4518
4519
4520
4521
4522
4523
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4517

class ListAccessGrantsInstancesRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  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 Instances request in order to retrieve the next page of results.

Returns:

  • (String)


4517
4518
4519
4520
4521
4522
4523
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4517

class ListAccessGrantsInstancesRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end