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.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def asset_type_id @asset_type_id end |
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute attachments.
3170 3171 3172 |
# File 'sig/types.rbs', line 3170 def @attachments end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3165 3166 3167 |
# File 'sig/types.rbs', line 3165 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3164 3165 3166 |
# File 'sig/types.rbs', line 3164 def description @description end |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
Returns the value of attribute forms.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def forms @forms end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def id @id end |
#iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
Returns the value of attribute iterable_forms.
3171 3172 3173 |
# File 'sig/types.rbs', line 3171 def iterable_forms @iterable_forms end |
#name ⇒ ::String
Returns the value of attribute name.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def updated_at @updated_at end |