Class: Aws::Types::S3AccessPointConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_policy::String

Returns the value of attribute access_point_policy.



1019
1020
1021
# File 'sig/types.rbs', line 1019

def access_point_policy
  @access_point_policy
end

#network_originTypes::NetworkOriginConfiguration

Returns the value of attribute network_origin.



1021
1022
1023
# File 'sig/types.rbs', line 1021

def network_origin
  @network_origin
end

#public_access_blockTypes::S3PublicAccessBlockConfiguration

Returns the value of attribute public_access_block.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def public_access_block
  @public_access_block
end