Class: Aws::Types::Grantee

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def email_address
  @email_address
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def id
  @id
end

#type"CanonicalUser", ...

Returns the value of attribute type.

Returns:

  • ("CanonicalUser", "AmazonCustomerByEmail", "Group")


1339
1340
1341
# File 'sig/types.rbs', line 1339

def type
  @type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def uri
  @uri
end