Class: Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixRequest

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

#account_idString

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

Returns:

  • (String)


2302
2303
2304
2305
2306
2307
# File 'lib/aws-sdk-s3control/types.rb', line 2302

class GetAccessGrantsInstanceForPrefixRequest < Struct.new(
  :account_id,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_prefixString

The S3 prefix of the access grants that you would like to retrieve.

Returns:

  • (String)


2302
2303
2304
2305
2306
2307
# File 'lib/aws-sdk-s3control/types.rb', line 2302

class GetAccessGrantsInstanceForPrefixRequest < Struct.new(
  :account_id,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end