Class: Aws::Types::S3ExpressDirectoryAccessPointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3ExpressDirectoryAccessPointConfiguration
- 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.
Instance Attribute Details
#access_point_policy ⇒ ::String
Returns the value of attribute access_point_policy.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def access_point_policy @access_point_policy end |
#network_origin ⇒ Types::NetworkOriginConfiguration
Returns the value of attribute network_origin.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def network_origin @network_origin end |