Class: Aws::Types::Asset
- Inherits:
-
Object
- Object
- Aws::Types::Asset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_arn ⇒ ::String
Returns the value of attribute asset_arn.
-
#latest_asset_discovery_time ⇒ ::Time
Returns the value of attribute latest_asset_discovery_time.
Instance Attribute Details
#asset_arn ⇒ ::String
Returns the value of attribute asset_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def asset_arn @asset_arn end |
#latest_asset_discovery_time ⇒ ::Time
Returns the value of attribute latest_asset_discovery_time.
36 37 38 |
# File 'sig/types.rbs', line 36 def latest_asset_discovery_time @latest_asset_discovery_time end |