Class: Aws::Types::AclGrantee

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

Defined Under Namespace

Classes: Id, Unknown, Uri

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def id
  @id
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


69
70
71
# File 'sig/types.rbs', line 69

def unknown
  @unknown
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def uri
  @uri
end