Class: Aws::S3Control::Types::GetDataAccessResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

The temporary credential token that S3 Access Grants vends.

Returns:



3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-s3control/types.rb', line 3159

class GetDataAccessResult < Struct.new(
  :credentials,
  :matched_grant_target)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#matched_grant_targetString

The S3 URI path of the data to which you are being granted temporary access credentials.

Returns:

  • (String)


3159
3160
3161
3162
3163
3164
# File 'lib/aws-sdk-s3control/types.rb', line 3159

class GetDataAccessResult < Struct.new(
  :credentials,
  :matched_grant_target)
  SENSITIVE = [:credentials]
  include Aws::Structure
end