Class: Aws::Types::AssetListingItemAdditionalAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AssetListingItemAdditionalAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forms ⇒ ::String
Returns the value of attribute forms.
-
#latest_time_series_data_point_forms ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms.
-
#match_rationale ⇒ ::Array[Types::MatchRationaleItem]
Returns the value of attribute match_rationale.
Instance Attribute Details
#forms ⇒ ::String
Returns the value of attribute forms.
307 308 309 |
# File 'sig/types.rbs', line 307 def forms @forms end |
#latest_time_series_data_point_forms ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms.
309 310 311 |
# File 'sig/types.rbs', line 309 def latest_time_series_data_point_forms @latest_time_series_data_point_forms end |
#match_rationale ⇒ ::Array[Types::MatchRationaleItem]
Returns the value of attribute match_rationale.
308 309 310 |
# File 'sig/types.rbs', line 308 def match_rationale @match_rationale end |