Class: Aws::Types::UpdateConfiguredAudienceModelRequest

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:

  • (::String)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def audience_model_arn
  @audience_model_arn
end

#audience_size_configTypes::AudienceSizeConfig

Returns the value of attribute audience_size_config.



1474
1475
1476
# File 'sig/types.rbs', line 1474

def audience_size_config
  @audience_size_config
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def configured_audience_model_arn
  @configured_audience_model_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def description
  @description
end

#min_matching_seed_size::Integer

Returns the value of attribute min_matching_seed_size.

Returns:

  • (::Integer)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def min_matching_seed_size
  @min_matching_seed_size
end

#output_configTypes::ConfiguredAudienceModelOutputConfig

Returns the value of attribute output_config.



1470
1471
1472
# File 'sig/types.rbs', line 1470

def output_config
  @output_config
end

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

Returns the value of attribute shared_audience_metrics.

Returns:

  • (::Array[("ALL" | "NONE")])


1472
1473
1474
# File 'sig/types.rbs', line 1472

def shared_audience_metrics
  @shared_audience_metrics
end