Class: Aws::Types::CreateAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetRequest
- 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_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
924 925 926 |
# File 'sig/types.rbs', line 924 def asset_description @asset_description end |
#asset_external_id ⇒ ::String
Returns the value of attribute asset_external_id.
921 922 923 |
# File 'sig/types.rbs', line 921 def asset_external_id @asset_external_id end |
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def asset_id @asset_id end |
#asset_model_id ⇒ ::String
Returns the value of attribute asset_model_id.
919 920 921 |
# File 'sig/types.rbs', line 919 def asset_model_id @asset_model_id end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
918 919 920 |
# File 'sig/types.rbs', line 918 def asset_name @asset_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
922 923 924 |
# File 'sig/types.rbs', line 922 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
923 924 925 |
# File 'sig/types.rbs', line 923 def @tags end |