Class: Aws::Types::SourceS3Location
- Inherits:
-
Object
- Object
- Aws::Types::SourceS3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#region ⇒ "ap-east-1", ...
Returns the value of attribute region.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
106 107 108 |
# File 'sig/types.rbs', line 106 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
107 108 109 |
# File 'sig/types.rbs', line 107 def key @key end |
#region ⇒ "ap-east-1", ...
Returns the value of attribute region.
108 109 110 |
# File 'sig/types.rbs', line 108 def region @region end |