Class: Aws::Types::Grantee

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.



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.



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

def email_address
  @email_address
end

#id::String

Returns the value of attribute id.



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

def id
  @id
end

#type"CanonicalUser", ...

Returns the value of attribute type.



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

def type
  @type
end

#uri::String

Returns the value of attribute uri.



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

def uri
  @uri
end