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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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:



3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3109

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)


3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3109

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