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.
6029 6030 6031 |
# File 'sig/types.rbs', line 6029 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
6028 6029 6030 |
# File 'sig/types.rbs', line 6028 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
6030 6031 6032 |
# File 'sig/types.rbs', line 6030 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6026 6027 6028 |
# File 'sig/types.rbs', line 6026 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6027 6028 6029 |
# File 'sig/types.rbs', line 6027 def name @name end |