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)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def email_address
  @email_address
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def id
  @id
end

#type"CanonicalUser", ...

Returns the value of attribute type.

Returns:

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


1355
1356
1357
# File 'sig/types.rbs', line 1355

def type
  @type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def uri
  @uri
end