Class: Aws::Types::CustomS3Location
- Inherits:
-
Object
- Object
- Aws::Types::CustomS3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_owner_account_id ⇒ ::String
Returns the value of attribute bucket_owner_account_id.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#bucket_owner_account_id ⇒ ::String
Returns the value of attribute bucket_owner_account_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def bucket_owner_account_id @bucket_owner_account_id end |
#uri ⇒ ::String
Returns the value of attribute uri.
639 640 641 |
# File 'sig/types.rbs', line 639 def uri @uri end |