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

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)


2273
2274
2275
2276
2277
2278
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2273

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)


2273
2274
2275
2276
2277
2278
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2273

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