Class: Aws::Types::GetCampaignResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:signals_to_collect, :data_extra_dimensions, :signals_to_fetch])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • ("OFF", "SNAPPY")


524
525
526
# File 'sig/types.rbs', line 524

def compression
  @compression
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def data_partitions
  @data_partitions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • ("OFF", "SEND_ACTIVE_DTCS")


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:

  • ("OFF", "TO_DISK")


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.

Returns:

  • (::Time)


519
520
521
# File 'sig/types.rbs', line 519

def start_time
  @start_time
end

#status ⇒ "CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "WAITING_FOR_APPROVAL", "RUNNING", "SUSPENDED")


518
519
520
# File 'sig/types.rbs', line 518

def status
  @status
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def target_arn
  @target_arn
end