CARVIEW |
Select Language
HTTP/1.1 302 Moved Temporarily
Content-Type: text/html; charset=iso-8859-1
Content-Length: 257
Connection: keep-alive
Date: Thu, 31 Jul 2025 12:41:48 GMT
Location: https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3/Types/Grantee.html
Server: Server
Cache-Control: max-age=600
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=47304000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Security-Policy: upgrade-insecure-requests; script-src 'self' 'unsafe-inline' *.awsstatic.com *.cdn.uis.awsstatic.com *.cdn.console.awsstatic.com d2c.aws.amazon.com a0.awsstatic.com *.feedback.console.aws.dev insights.docs.aws.com wss://insights.docs.aws.com/prod; object-src 'none';
X-Cache: Miss from cloudfront
Via: 1.1 4d72934ee8dc6e546ce338ca9bb0d62e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BOM78-P5
X-Amz-Cf-Id: IzsJjyx7zaCXKogq9MxvhEV9SnSLcOzhG21L1YIuGS2RG9t9CUHdew==
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2637
Connection: keep-alive
Date: Thu, 31 Jul 2025 12:41:49 GMT
Content-Encoding: gzip
Server: Server
Cache-Control: no-store, no-cache, must-revalidate
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=47304000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Content-Type-Options: nosniff
Content-Security-Policy: upgrade-insecure-requests; script-src 'self' 'unsafe-inline' *.awsstatic.com *.cdn.uis.awsstatic.com *.cdn.console.awsstatic.com d2c.aws.amazon.com a0.awsstatic.com *.feedback.console.aws.dev insights.docs.aws.com wss://insights.docs.aws.com/prod; object-src 'none';
Last-Modified: Wed, 30 Jul 2025 18:36:20 GMT
ETag: "/EGOEVN3AiF6rswHgq//vVKnjDE=-gzip"
Accept-Ranges: bytes
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 4d72934ee8dc6e546ce338ca9bb0d62e.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BOM78-P5
X-Amz-Cf-Id: EAdXB5VuE_Z7PBMklkAkju-2uTxsmaO-yXAT9o6ECH4Pym68xVC5Rw==
Class: Aws::S3::Types::Grantee
— AWS SDK for Ruby V3
Class: Aws::S3::Types::Grantee
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::Grantee
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Container for the person being granted permissions.
See Also:
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
Screen name of the grantee.
-
#email_address ⇒ String
Email address of the grantee.
-
#id ⇒ String
The canonical user ID of the grantee.
-
#type ⇒ String
Type of grantee.
-
#uri ⇒ String
URI of the grantee group.
Instance Attribute Details
#display_name ⇒ String
Screen name of the grantee.
Returns:
- (String)
9021 9022 9023 9024 9025 9026 9027 9028 9029 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9021 class Grantee < Struct.new( :display_name, :email_address, :id, :type, :uri) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
Email address of the grantee.
US East (N. Virginia)
US West (N. California)
US West (Oregon)
Asia Pacific (Singapore)
Asia Pacific (Sydney)
Asia Pacific (Tokyo)
Europe (Ireland)
South America (São Paulo)
For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.
Returns:
- (String)
9021 9022 9023 9024 9025 9026 9027 9028 9029 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9021 class Grantee < Struct.new( :display_name, :email_address, :id, :type, :uri) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The canonical user ID of the grantee.
Returns:
- (String)
9021 9022 9023 9024 9025 9026 9027 9028 9029 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9021 class Grantee < Struct.new( :display_name, :email_address, :id, :type, :uri) SENSITIVE = [] include Aws::Structure end |
Generated on Wed Jul 30 18:36:20 2025 by
yard
0.9.37 (ruby-3.4.3).