Class: Aws::Types::S3AccessControlList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#grants::Array[Types::S3Grant]

Returns the value of attribute grants.

Returns:



1706
1707
1708
# File 'sig/types.rbs', line 1706

def grants
  @grants
end

#ownerTypes::S3ObjectOwner

Returns the value of attribute owner.



1705
1706
1707
# File 'sig/types.rbs', line 1705

def owner
  @owner
end