Module: Aws::IoTFleetWise::Client::_GetCampaignResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCampaignResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #collection_scheme ⇒ Types::CollectionScheme
- #compression ⇒ "OFF", "SNAPPY"
- #creation_time ⇒ ::Time
- #data_destination_configs ⇒ ::Array[Types::DataDestinationConfig]
- #data_extra_dimensions ⇒ ::Array[::String]
- #data_partitions ⇒ ::Array[Types::DataPartition]
- #description ⇒ ::String
- #diagnostics_mode ⇒ "OFF", "SEND_ACTIVE_DTCS"
- #expiry_time ⇒ ::Time
- #last_modification_time ⇒ ::Time
- #name ⇒ ::String
- #post_trigger_collection_duration ⇒ ::Integer
- #priority ⇒ ::Integer
- #signal_catalog_arn ⇒ ::String
- #signals_to_collect ⇒ ::Array[Types::SignalInformation]
- #signals_to_fetch ⇒ ::Array[Types::SignalFetchInformation]
- #spooling_mode ⇒ "OFF", "TO_DISK"
- #start_time ⇒ ::Time
- #status ⇒ "CREATING", ...
- #target_arn ⇒ ::String
Instance Method Details
#arn ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def arn: () -> ::String
|
#collection_scheme ⇒ Types::CollectionScheme
485 |
# File 'sig/client.rbs', line 485
def collection_scheme: () -> Types::CollectionScheme
|
#compression ⇒ "OFF", "SNAPPY"
482 |
# File 'sig/client.rbs', line 482
def compression: () -> ("OFF" | "SNAPPY")
|
#creation_time ⇒ ::Time
487 |
# File 'sig/client.rbs', line 487
def creation_time: () -> ::Time
|
#data_destination_configs ⇒ ::Array[Types::DataDestinationConfig]
489 |
# File 'sig/client.rbs', line 489
def data_destination_configs: () -> ::Array[Types::DataDestinationConfig]
|
#data_extra_dimensions ⇒ ::Array[::String]
486 |
# File 'sig/client.rbs', line 486
def data_extra_dimensions: () -> ::Array[::String]
|
#data_partitions ⇒ ::Array[Types::DataPartition]
490 |
# File 'sig/client.rbs', line 490
def data_partitions: () -> ::Array[Types::DataPartition]
|
#description ⇒ ::String
473 |
# File 'sig/client.rbs', line 473
def description: () -> ::String
|
#diagnostics_mode ⇒ "OFF", "SEND_ACTIVE_DTCS"
480 |
# File 'sig/client.rbs', line 480
def diagnostics_mode: () -> ("OFF" | "SEND_ACTIVE_DTCS")
|
#expiry_time ⇒ ::Time
478 |
# File 'sig/client.rbs', line 478
def expiry_time: () -> ::Time
|
#last_modification_time ⇒ ::Time
488 |
# File 'sig/client.rbs', line 488
def last_modification_time: () -> ::Time
|
#name ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def name: () -> ::String
|
#post_trigger_collection_duration ⇒ ::Integer
479 |
# File 'sig/client.rbs', line 479
def post_trigger_collection_duration: () -> ::Integer
|
#priority ⇒ ::Integer
483 |
# File 'sig/client.rbs', line 483
def priority: () -> ::Integer
|
#signal_catalog_arn ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def signal_catalog_arn: () -> ::String
|
#signals_to_collect ⇒ ::Array[Types::SignalInformation]
484 |
# File 'sig/client.rbs', line 484
def signals_to_collect: () -> ::Array[Types::SignalInformation]
|
#signals_to_fetch ⇒ ::Array[Types::SignalFetchInformation]
491 |
# File 'sig/client.rbs', line 491
def signals_to_fetch: () -> ::Array[Types::SignalFetchInformation]
|
#spooling_mode ⇒ "OFF", "TO_DISK"
481 |
# File 'sig/client.rbs', line 481
def spooling_mode: () -> ("OFF" | "TO_DISK")
|
#start_time ⇒ ::Time
477 |
# File 'sig/client.rbs', line 477
def start_time: () -> ::Time
|
#status ⇒ "CREATING", ...
476 |
# File 'sig/client.rbs', line 476
def status: () -> ("CREATING" | "WAITING_FOR_APPROVAL" | "RUNNING" | "SUSPENDED")
|
#target_arn ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def target_arn: () -> ::String
|