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.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def asset_type_id @asset_type_id end |
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute attachments.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def @attachments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
3185 3186 3187 |
# File 'sig/types.rbs', line 3185 def forms @forms end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def id @id end |
#iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
Returns the value of attribute iterable_forms.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def iterable_forms @iterable_forms end |
#name ⇒ ::String
Returns the value of attribute name.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def updated_at @updated_at end |