Class: Aws::Types::AssetItemAdditionalAttributes
- Inherits:
-
Object
- Object
- Aws::Types::AssetItemAdditionalAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
-
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms_output.
-
#match_rationale ⇒ ::Array[Types::MatchRationaleItem]
Returns the value of attribute match_rationale.
-
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute read_only_forms_output.
Instance Attribute Details
#forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute forms_output.
262 263 264 |
# File 'sig/types.rbs', line 262 def forms_output @forms_output end |
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
Returns the value of attribute latest_time_series_data_point_forms_output.
264 265 266 |
# File 'sig/types.rbs', line 264 def latest_time_series_data_point_forms_output @latest_time_series_data_point_forms_output end |
#match_rationale ⇒ ::Array[Types::MatchRationaleItem]
Returns the value of attribute match_rationale.
265 266 267 |
# File 'sig/types.rbs', line 265 def match_rationale @match_rationale end |
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
Returns the value of attribute read_only_forms_output.
263 264 265 |
# File 'sig/types.rbs', line 263 def read_only_forms_output @read_only_forms_output end |