Class: Aws::Types::UpdateAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
-
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def asset_description @asset_description end |
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def asset_external_id @asset_external_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3716 3717 3718 |
# File 'sig/types.rbs', line 3716 def asset_id @asset_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
3718 3719 3720 |
# File 'sig/types.rbs', line 3718 def asset_name @asset_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def client_token @client_token end |