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
2611 |
# File 'sig/client.rbs', line 2611
def domain_id: () -> ::String
|
#entity_id ⇒ ::String
2612 |
# File 'sig/client.rbs', line 2612
def entity_id: () -> ::String
|
#entity_type ⇒ "ASSET", "LISTING"
2613 |
# File 'sig/client.rbs', line 2613
def entity_type: () -> ("ASSET" | "LISTING")
|
#form ⇒ Types::TimeSeriesDataPointFormOutput
2615 |
# File 'sig/client.rbs', line 2615
def form: () -> Types::TimeSeriesDataPointFormOutput
|
#form_name ⇒ ::String
2614 |
# File 'sig/client.rbs', line 2614
def form_name: () -> ::String
|