Class: Aws::S3Control::Types::ListAccessGrantsRequest

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)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#application_arnString

The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your Identity Center instance. If the grant includes an application ARN, the grantee can only access the S3 data through this application.

Returns:

  • (String)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#grant_scopeString

The S3 path of the data to which you are granting access. It is the result of appending the Subprefix to the location scope.

Returns:

  • (String)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#grantee_identifierString

The unique identifer of the Grantee. If the grantee type is IAM, the identifier is the IAM Amazon Resource Name (ARN) of the user or role. If the grantee type is a directory user or group, the identifier is 128-bit universally unique identifier (UUID) in the format a1b2c3d4-5678-90ab-cdef-EXAMPLE11111. You can obtain this UUID from your Amazon Web Services IAM Identity Center instance.

Returns:

  • (String)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#grantee_typeString

The type of the grantee to which access has been granted. It can be one of the following values:

  • IAM - An IAM user or role.

  • DIRECTORY_USER - Your corporate directory user. You can use this option if you have added your corporate identity directory to IAM Identity Center and associated the IAM Identity Center instance with your S3 Access Grants instance.

  • DIRECTORY_GROUP - Your corporate directory group. You can use this option if you have added your corporate identity directory to IAM Identity Center and associated the IAM Identity Center instance with your S3 Access Grants instance.

Returns:

  • (String)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  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)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  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)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#permissionString

The type of permission granted to your S3 data, which can be set to one of the following values:

  • READ – Grant read-only access to the S3 data.

  • WRITE – Grant write-only access to the S3 data.

  • READWRITE – Grant both read and write access to the S3 data.

Returns:

  • (String)


4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4720

class ListAccessGrantsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results,
  :grantee_type,
  :grantee_identifier,
  :permission,
  :grant_scope,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end