Class: Aws::Types::StartAudienceGenerationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


1278
1279
1280
# File 'sig/types.rbs', line 1278

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def configured_audience_model_arn
  @configured_audience_model_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def description
  @description
end

#include_seed_in_outputBoolean

Returns the value of attribute include_seed_in_output.

Returns:

  • (Boolean)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def include_seed_in_output
  @include_seed_in_output
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def name
  @name
end

#seed_audienceTypes::AudienceGenerationJobDataSource

Returns the value of attribute seed_audience.



1276
1277
1278
# File 'sig/types.rbs', line 1276

def seed_audience
  @seed_audience
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1280
1281
1282
# File 'sig/types.rbs', line 1280

def tags
  @tags
end