Class: Aws::Types::CreateCampaignRequest

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

#collection_scheme ⇒ Types::CollectionScheme

Returns the value of attribute collection_scheme.



178
179
180
# File 'sig/types.rbs', line 178

def collection_scheme
  @collection_scheme
end

#compression ⇒ "OFF", "SNAPPY"

Returns the value of attribute compression.

Returns:

  • ("OFF", "SNAPPY")


175
176
177
# File 'sig/types.rbs', line 175

def compression
  @compression
end

#data_destination_configs ⇒ ::Array[Types::DataDestinationConfig]

Returns the value of attribute data_destination_configs.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def data_destination_configs
  @data_destination_configs
end

#data_extra_dimensions ⇒ ::Array[::String]

Returns the value of attribute data_extra_dimensions.

Returns:

  • (::Array[::String])


179
180
181
# File 'sig/types.rbs', line 179

def data_extra_dimensions
  @data_extra_dimensions
end

#data_partitions ⇒ ::Array[Types::DataPartition]

Returns the value of attribute data_partitions.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def data_partitions
  @data_partitions
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def description
  @description
end

#diagnostics_mode ⇒ "OFF", "SEND_ACTIVE_DTCS"

Returns the value of attribute diagnostics_mode.

Returns:

  • ("OFF", "SEND_ACTIVE_DTCS")


173
174
175
# File 'sig/types.rbs', line 173

def diagnostics_mode
  @diagnostics_mode
end

#expiry_time ⇒ ::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


171
172
173
# File 'sig/types.rbs', line 171

def expiry_time
  @expiry_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def name
  @name
end

#post_trigger_collection_duration ⇒ ::Integer

Returns the value of attribute post_trigger_collection_duration.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def post_trigger_collection_duration
  @post_trigger_collection_duration
end

#priority ⇒ ::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def priority
  @priority
end

#signal_catalog_arn ⇒ ::String

Returns the value of attribute signal_catalog_arn.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def signal_catalog_arn
  @signal_catalog_arn
end

#signals_to_collect ⇒ ::Array[Types::SignalInformation]

Returns the value of attribute signals_to_collect.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def signals_to_collect
  @signals_to_collect
end

#signals_to_fetch ⇒ ::Array[Types::SignalFetchInformation]

Returns the value of attribute signals_to_fetch.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def signals_to_fetch
  @signals_to_fetch
end

#spooling_mode ⇒ "OFF", "TO_DISK"

Returns the value of attribute spooling_mode.

Returns:

  • ("OFF", "TO_DISK")


174
175
176
# File 'sig/types.rbs', line 174

def spooling_mode
  @spooling_mode
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


170
171
172
# File 'sig/types.rbs', line 170

def start_time
  @start_time
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



180
181
182
# File 'sig/types.rbs', line 180

def tags
  @tags
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def target_arn
  @target_arn
end