Class: Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixResult

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_instance_arnString

The Amazon Resource Name (ARN) of the S3 Access Grants instance.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
# File 'lib/aws-sdk-s3control/types.rb', line 2320

class GetAccessGrantsInstanceForPrefixResult < Struct.new(
  :access_grants_instance_arn,
  :access_grants_instance_id)
  SENSITIVE = []
  include Aws::Structure
end

#access_grants_instance_idString

The ID of the S3 Access Grants instance. The ID is ‘default`. You can have one S3 Access Grants instance per Region per account.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
# File 'lib/aws-sdk-s3control/types.rb', line 2320

class GetAccessGrantsInstanceForPrefixResult < Struct.new(
  :access_grants_instance_arn,
  :access_grants_instance_id)
  SENSITIVE = []
  include Aws::Structure
end