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.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def asset_description @asset_description end |
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def asset_external_id @asset_external_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def asset_id @asset_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def asset_name @asset_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def client_token @client_token end |