Class: Aws::Types::CreateCampaignRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCampaignRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_scheme ⇒ Types::CollectionScheme
Returns the value of attribute collection_scheme.
-
#compression ⇒ "OFF", "SNAPPY"
Returns the value of attribute compression.
-
#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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
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.
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.
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.
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.
182 183 184 |
# File 'sig/types.rbs', line 182 def data_partitions @data_partitions end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
171 172 173 |
# File 'sig/types.rbs', line 171 def expiry_time @expiry_time end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
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.
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.
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.
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.
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.
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.
180 181 182 |
# File 'sig/types.rbs', line 180 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def target_arn @target_arn end |