Module: Aws::DataZone::Client::_GetTimeSeriesDataPointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTimeSeriesDataPointOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #domain_id ⇒ ::String
- #entity_id ⇒ ::String
- #entity_type ⇒ "ASSET", "LISTING"
- #form ⇒ Types::TimeSeriesDataPointFormOutput
- #form_name ⇒ ::String
Instance Method Details
#domain_id ⇒ ::String
2616 |
# File 'sig/client.rbs', line 2616
def domain_id: () -> ::String
|
#entity_id ⇒ ::String
2617 |
# File 'sig/client.rbs', line 2617
def entity_id: () -> ::String
|
#entity_type ⇒ "ASSET", "LISTING"
2618 |
# File 'sig/client.rbs', line 2618
def entity_type: () -> ("ASSET" | "LISTING")
|
#form ⇒ Types::TimeSeriesDataPointFormOutput
2620 |
# File 'sig/client.rbs', line 2620
def form: () -> Types::TimeSeriesDataPointFormOutput
|
#form_name ⇒ ::String
2619 |
# File 'sig/client.rbs', line 2619
def form_name: () -> ::String
|