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:



3349
3350
3351
3352
3353
3354
3355
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3349

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

#granteeTypes::Grantee

The user, group, or role that was granted access to the S3 location scope. For directory identities, this API also returns the grants of the IAM role used for the identity-aware request. For more information on identity-aware sessions, see Granting permissions to use identity-aware console sessions.

Returns:



3349
3350
3351
3352
3353
3354
3355
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3349

class GetDataAccessResult < Struct.new(
  :credentials,
  :matched_grant_target,
  :grantee)
  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)


3349
3350
3351
3352
3353
3354
3355
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3349

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