Class: Aws::Types::CreateConfiguredAudienceModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arn::String

Returns the value of attribute audience_model_arn.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def audience_model_arn
  @audience_model_arn
end

#audience_size_configTypes::AudienceSizeConfig

Returns the value of attribute audience_size_config.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def audience_size_config
  @audience_size_config
end

#child_resource_tag_on_create_policy"FROM_PARENT_RESOURCE", "NONE"

Returns the value of attribute child_resource_tag_on_create_policy.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def child_resource_tag_on_create_policy
  @child_resource_tag_on_create_policy
end

#description::String

Returns the value of attribute description.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def description
  @description
end

#min_matching_seed_size::Integer

Returns the value of attribute min_matching_seed_size.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def min_matching_seed_size
  @min_matching_seed_size
end

#name::String

Returns the value of attribute name.

Returns:



288
289
290
# File 'sig/types.rbs', line 288

def name
  @name
end

#output_configTypes::ConfiguredAudienceModelOutputConfig

Returns the value of attribute output_config.

Returns:



290
291
292
# File 'sig/types.rbs', line 290

def output_config
  @output_config
end

#shared_audience_metrics::Array[("ALL" | "NONE")]

Returns the value of attribute shared_audience_metrics.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def shared_audience_metrics
  @shared_audience_metrics
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def tags
  @tags
end