Class: Aws::Types::S3AccessPointSource
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessPointSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
3415 3416 3417 |
# File 'sig/types.rbs', line 3415 def access_point_arn @access_point_arn end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def prefix @prefix end |