Class: Aws::Types::PutAssetRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_type_id ⇒ ::String
Returns the value of attribute asset_type_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#asset_type_id ⇒ ::String
Returns the value of attribute asset_type_id.
6016 6017 6018 |
# File 'sig/types.rbs', line 6016 def asset_type_id @asset_type_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
6021 6022 6023 |
# File 'sig/types.rbs', line 6021 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
6019 6020 6021 |
# File 'sig/types.rbs', line 6019 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
6020 6021 6022 |
# File 'sig/types.rbs', line 6020 def forms @forms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6017 6018 6019 |
# File 'sig/types.rbs', line 6017 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
6018 6019 6020 |
# File 'sig/types.rbs', line 6018 def name @name end |