Class: Aws::Types::AssetListing
- Inherits:
-
Object
- Object
- Aws::Types::AssetListing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_revision ⇒ ::String
Returns the value of attribute asset_revision.
-
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#forms ⇒ ::String
Returns the value of attribute forms.
-
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
-
#governed_glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute governed_glossary_terms.
-
#latest_time_series_data_point_forms ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def asset_id @asset_id end |
#asset_revision ⇒ ::String
Returns the value of attribute asset_revision.
271 272 273 |
# File 'sig/types.rbs', line 271 def asset_revision @asset_revision end |
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
272 273 274 |
# File 'sig/types.rbs', line 272 def asset_type @asset_type end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
273 274 275 |
# File 'sig/types.rbs', line 273 def created_at @created_at end |
#forms ⇒ ::String
Returns the value of attribute forms.
274 275 276 |
# File 'sig/types.rbs', line 274 def forms @forms end |
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
276 277 278 |
# File 'sig/types.rbs', line 276 def glossary_terms @glossary_terms end |
#governed_glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute governed_glossary_terms.
277 278 279 |
# File 'sig/types.rbs', line 277 def governed_glossary_terms @governed_glossary_terms end |
#latest_time_series_data_point_forms ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms.
275 276 277 |
# File 'sig/types.rbs', line 275 def latest_time_series_data_point_forms @latest_time_series_data_point_forms end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def owning_project_id @owning_project_id end |