Class: Aws::Types::AssetDestinationEntry
- Inherits:
-
Object
- Object
- Aws::Types::AssetDestinationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def asset_id @asset_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
63 64 65 |
# File 'sig/types.rbs', line 63 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
64 65 66 |
# File 'sig/types.rbs', line 64 def key @key end |