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.



2760
2761
2762
# File 'sig/types.rbs', line 2760

def read_write_access
  @read_write_access
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def unknown
  @unknown
end