Class: Aws::Types::AssetSourceEntry
- Inherits:
-
Object
- Object
- Aws::Types::AssetSourceEntry
- 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.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
92 93 94 |
# File 'sig/types.rbs', line 92 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
93 94 95 |
# File 'sig/types.rbs', line 93 def key @key end |