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

Returns:

  • (String)


9141
9142
9143
9144
9145
9146
9147
9148
9149
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9141

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

#email_addressString

Returns:

  • (String)


9141
9142
9143
9144
9145
9146
9147
9148
9149
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9141

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)


9141
9142
9143
9144
9145
9146
9147
9148
9149
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9141

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

#typeString

Type of grantee

Returns:

  • (String)


9141
9142
9143
9144
9145
9146
9147
9148
9149
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9141

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

#uriString

URI of the grantee group.

Returns:

  • (String)


9141
9142
9143
9144
9145
9146
9147
9148
9149
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9141

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