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