Class: Aws::Types::S3OriginConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3OriginConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origin_access_identity ⇒ ::String
Returns the value of attribute origin_access_identity.
-
#origin_read_timeout ⇒ ::Integer
Returns the value of attribute origin_read_timeout.
Instance Attribute Details
#origin_access_identity ⇒ ::String
Returns the value of attribute origin_access_identity.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def origin_access_identity @origin_access_identity end |
#origin_read_timeout ⇒ ::Integer
Returns the value of attribute origin_read_timeout.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def origin_read_timeout @origin_read_timeout end |