Module: Aws::DataZone::Client::_PostTimeSeriesDataPointsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PostTimeSeriesDataPointsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #domain_id ⇒ ::String
- #entity_id ⇒ ::String
- #entity_type ⇒ "ASSET", "LISTING"
- #forms ⇒ ::Array[Types::TimeSeriesDataPointFormOutput]
Instance Method Details
#domain_id ⇒ ::String
3240 |
# File 'sig/client.rbs', line 3240
def domain_id: () -> ::String
|
#entity_id ⇒ ::String
3241 |
# File 'sig/client.rbs', line 3241
def entity_id: () -> ::String
|
#entity_type ⇒ "ASSET", "LISTING"
3242 |
# File 'sig/client.rbs', line 3242
def entity_type: () -> ("ASSET" | "LISTING")
|
#forms ⇒ ::Array[Types::TimeSeriesDataPointFormOutput]
3243 |
# File 'sig/client.rbs', line 3243
def forms: () -> ::Array[Types::TimeSeriesDataPointFormOutput]
|