Class: Aws::Glacier::Types::Grantee

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Contains information about the grantee.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Screen name of the grantee.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-glacier/types.rb', line 1061

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

#email_addressString

Email address of the grantee.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-glacier/types.rb', line 1061

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

#idString

The canonical user ID of the grantee.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-glacier/types.rb', line 1061

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

#typeString

Type of grantee

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-glacier/types.rb', line 1061

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

#uriString

URI of the grantee group.

Returns:

  • (String)


1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/aws-sdk-glacier/types.rb', line 1061

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