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)


248
249
250
# File 'sig/types.rbs', line 248

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def email_address
  @email_address
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def id
  @id
end

#type"AmazonCustomerByEmail", ...

Returns the value of attribute type.

Returns:

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


247
248
249
# File 'sig/types.rbs', line 247

def type
  @type
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def uri
  @uri
end