Class: Aws::Types::GetAssetOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetOutput
- 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.
-
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute attachments.
-
#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.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
Returns the value of attribute iterable_forms.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#asset_type_id ⇒ ::String
Returns the value of attribute asset_type_id.
3173 3174 3175 |
# File 'sig/types.rbs', line 3173 def asset_type_id @asset_type_id end |
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute attachments.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def @attachments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def forms @forms end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
3174 3175 3176 |
# File 'sig/types.rbs', line 3174 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def id @id end |
#iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
Returns the value of attribute iterable_forms.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def iterable_forms @iterable_forms end |
#name ⇒ ::String
Returns the value of attribute name.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3172 3173 3174 |
# File 'sig/types.rbs', line 3172 def updated_at @updated_at end |