Class: Aws::Types::GetCampaignResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCampaignResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#collection_scheme ⇒ Types::CollectionScheme
Returns the value of attribute collection_scheme.
-
#compression ⇒ "OFF", "SNAPPY"
Returns the value of attribute compression.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_destination_configs ⇒ ::Array[Types::DataDestinationConfig]
Returns the value of attribute data_destination_configs.
-
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
-
#data_partitions ⇒ ::Array[Types::DataPartition]
Returns the value of attribute data_partitions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#diagnostics_mode ⇒ "OFF", "SEND_ACTIVE_DTCS"
Returns the value of attribute diagnostics_mode.
-
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#post_trigger_collection_duration ⇒ ::Integer
Returns the value of attribute post_trigger_collection_duration.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#signals_to_collect ⇒ ::Array[Types::SignalInformation]
Returns the value of attribute signals_to_collect.
-
#signals_to_fetch ⇒ ::Array[Types::SignalFetchInformation]
Returns the value of attribute signals_to_fetch.
-
#spooling_mode ⇒ "OFF", "TO_DISK"
Returns the value of attribute spooling_mode.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
514 515 516 |
# File 'sig/types.rbs', line 514 def arn @arn end |
#collection_scheme ⇒ Types::CollectionScheme
Returns the value of attribute collection_scheme.
527 528 529 |
# File 'sig/types.rbs', line 527 def collection_scheme @collection_scheme end |
#compression ⇒ "OFF", "SNAPPY"
Returns the value of attribute compression.
524 525 526 |
# File 'sig/types.rbs', line 524 def compression @compression end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
529 530 531 |
# File 'sig/types.rbs', line 529 def creation_time @creation_time end |
#data_destination_configs ⇒ ::Array[Types::DataDestinationConfig]
Returns the value of attribute data_destination_configs.
531 532 533 |
# File 'sig/types.rbs', line 531 def data_destination_configs @data_destination_configs end |
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
528 529 530 |
# File 'sig/types.rbs', line 528 def data_extra_dimensions @data_extra_dimensions end |
#data_partitions ⇒ ::Array[Types::DataPartition]
Returns the value of attribute data_partitions.
532 533 534 |
# File 'sig/types.rbs', line 532 def data_partitions @data_partitions end |
#description ⇒ ::String
Returns the value of attribute description.
515 516 517 |
# File 'sig/types.rbs', line 515 def description @description end |
#diagnostics_mode ⇒ "OFF", "SEND_ACTIVE_DTCS"
Returns the value of attribute diagnostics_mode.
522 523 524 |
# File 'sig/types.rbs', line 522 def diagnostics_mode @diagnostics_mode end |
#expiry_time ⇒ ::Time
Returns the value of attribute expiry_time.
520 521 522 |
# File 'sig/types.rbs', line 520 def expiry_time @expiry_time end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
530 531 532 |
# File 'sig/types.rbs', line 530 def last_modification_time @last_modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
513 514 515 |
# File 'sig/types.rbs', line 513 def name @name end |
#post_trigger_collection_duration ⇒ ::Integer
Returns the value of attribute post_trigger_collection_duration.
521 522 523 |
# File 'sig/types.rbs', line 521 def post_trigger_collection_duration @post_trigger_collection_duration end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
525 526 527 |
# File 'sig/types.rbs', line 525 def priority @priority end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
516 517 518 |
# File 'sig/types.rbs', line 516 def signal_catalog_arn @signal_catalog_arn end |
#signals_to_collect ⇒ ::Array[Types::SignalInformation]
Returns the value of attribute signals_to_collect.
526 527 528 |
# File 'sig/types.rbs', line 526 def signals_to_collect @signals_to_collect end |
#signals_to_fetch ⇒ ::Array[Types::SignalFetchInformation]
Returns the value of attribute signals_to_fetch.
533 534 535 |
# File 'sig/types.rbs', line 533 def signals_to_fetch @signals_to_fetch end |
#spooling_mode ⇒ "OFF", "TO_DISK"
Returns the value of attribute spooling_mode.
523 524 525 |
# File 'sig/types.rbs', line 523 def spooling_mode @spooling_mode end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
519 520 521 |
# File 'sig/types.rbs', line 519 def start_time @start_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
518 519 520 |
# File 'sig/types.rbs', line 518 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
517 518 519 |
# File 'sig/types.rbs', line 517 def target_arn @target_arn end |