Class: Aws::Types::UpdateAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def asset_id @asset_id end |
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def data_set_id @data_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def name @name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def revision_id @revision_id end |