Class: Aws::Types::PutAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6058 6059 6060 |
# File 'sig/types.rbs', line 6058 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
6057 6058 6059 |
# File 'sig/types.rbs', line 6057 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
6059 6060 6061 |
# File 'sig/types.rbs', line 6059 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def name @name end |