Class: Aws::Types::MetaFlowAsset
- Inherits:
-
Object
- Object
- Aws::Types::MetaFlowAsset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
-
#download_url ⇒ ::String
Returns the value of attribute download_url.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
400 401 402 |
# File 'sig/types.rbs', line 400 def asset_type @asset_type end |
#download_url ⇒ ::String
Returns the value of attribute download_url.
401 402 403 |
# File 'sig/types.rbs', line 401 def download_url @download_url end |
#name ⇒ ::String
Returns the value of attribute name.
399 400 401 |
# File 'sig/types.rbs', line 399 def name @name end |