Class: Aws::Types::S3Origin
- Inherits:
-
Object
- Object
- Aws::Types::S3Origin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#origin_access_identity ⇒ ::String
Returns the value of attribute origin_access_identity.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def domain_name @domain_name end |
#origin_access_identity ⇒ ::String
Returns the value of attribute origin_access_identity.
3360 3361 3362 |
# File 'sig/types.rbs', line 3360 def origin_access_identity @origin_access_identity end |