Class: Aws::S3::Types::Grantee

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Container for the person being granted permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Screen name of the grantee.

Returns:

  • (String)


7774
7775
7776
7777
7778
7779
7780
7781
7782
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7774

class Grantee < Struct.new(
  :display_name,
  :email_address,
  :id,
  :type,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#email_addressString

Email address of the grantee.

Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:

  • 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)


7774
7775
7776
7777
7778
7779
7780
7781
7782
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7774

class Grantee < Struct.new(
  :display_name,
  :email_address,
  :id,
  :type,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The canonical user ID of the grantee.

Returns:

  • (String)


7774
7775
7776
7777
7778
7779
7780
7781
7782
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7774

class Grantee < Struct.new(
  :display_name,
  :email_address,
  :id,
  :type,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of grantee

Returns:

  • (String)


7774
7775
7776
7777
7778
7779
7780
7781
7782
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7774

class Grantee < Struct.new(
  :display_name,
  :email_address,
  :id,
  :type,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

URI of the grantee group.

Returns:

  • (String)


7774
7775
7776
7777
7778
7779
7780
7781
7782
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 7774

class Grantee < Struct.new(
  :display_name,
  :email_address,
  :id,
  :type,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end