Class: Aws::Types::S3AccessPointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessPointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_policy ⇒ ::String
Returns the value of attribute access_point_policy.
-
#network_origin ⇒ Types::NetworkOriginConfiguration
Returns the value of attribute network_origin.
-
#public_access_block ⇒ Types::S3PublicAccessBlockConfiguration
Returns the value of attribute public_access_block.
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_origin ⇒ Types::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_block ⇒ Types::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 |