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.
6048 6049 6050 |
# File 'sig/types.rbs', line 6048 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
6047 6048 6049 |
# File 'sig/types.rbs', line 6047 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
6049 6050 6051 |
# File 'sig/types.rbs', line 6049 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6045 6046 6047 |
# File 'sig/types.rbs', line 6045 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6046 6047 6048 |
# File 'sig/types.rbs', line 6046 def name @name end |