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.
6085 6086 6087 |
# File 'sig/types.rbs', line 6085 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
6084 6085 6086 |
# File 'sig/types.rbs', line 6084 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
6086 6087 6088 |
# File 'sig/types.rbs', line 6086 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6082 6083 6084 |
# File 'sig/types.rbs', line 6082 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6083 6084 6085 |
# File 'sig/types.rbs', line 6083 def name @name end |