Class: Aws::Types::SequenceStoreS3Access
- Inherits:
-
Object
- Object
- Aws::Types::SequenceStoreS3Access
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_log_location ⇒ ::String
Returns the value of attribute access_log_location.
-
#s3_access_point_arn ⇒ ::String
Returns the value of attribute s3_access_point_arn.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#access_log_location ⇒ ::String
Returns the value of attribute access_log_location.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def access_log_location @access_log_location end |
#s3_access_point_arn ⇒ ::String
Returns the value of attribute s3_access_point_arn.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def s3_access_point_arn @s3_access_point_arn end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def s3_uri @s3_uri end |