Class: Aws::Types::S3AccessGrantsScopeUnion

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

Defined Under Namespace

Classes: ReadWriteAccess, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#read_write_accessTypes::ReadWriteAccess

Returns the value of attribute read_write_access.



2749
2750
2751
# File 'sig/types.rbs', line 2749

def read_write_access
  @read_write_access
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2750
2751
2752
# File 'sig/types.rbs', line 2750

def unknown
  @unknown
end