Class: Aws::S3Control::Types::GetDataAccessResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetDataAccessResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:credentials]
Instance Attribute Summary collapse
-
#credentials ⇒ Types::Credentials
The temporary credential token that S3 Access Grants vends.
-
#grantee ⇒ Types::Grantee
The user, group, or role that was granted access to the S3 location scope.
-
#matched_grant_target ⇒ String
The S3 URI path of the data to which you are being granted temporary access credentials.
Instance Attribute Details
#credentials ⇒ Types::Credentials
The temporary credential token that S3 Access Grants vends.
3356 3357 3358 3359 3360 3361 3362 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3356 class GetDataAccessResult < Struct.new( :credentials, :matched_grant_target, :grantee) SENSITIVE = [:credentials] include Aws::Structure end |
#grantee ⇒ Types::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.
3356 3357 3358 3359 3360 3361 3362 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3356 class GetDataAccessResult < Struct.new( :credentials, :matched_grant_target, :grantee) SENSITIVE = [:credentials] include Aws::Structure end |
#matched_grant_target ⇒ String
The S3 URI path of the data to which you are being granted temporary access credentials.
3356 3357 3358 3359 3360 3361 3362 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3356 class GetDataAccessResult < Struct.new( :credentials, :matched_grant_target, :grantee) SENSITIVE = [:credentials] include Aws::Structure end |