Class: Aws::Types::GetAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
403 404 405 |
# File 'sig/types.rbs', line 403 def asset_id @asset_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
404 405 406 |
# File 'sig/types.rbs', line 404 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def revision_id @revision_id end |