Class: Aws::Types::StartAudienceGenerationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAudienceGenerationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#configured_audience_model_arn ⇒ ::String
Returns the value of attribute configured_audience_model_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#include_seed_in_output ⇒ Boolean
Returns the value of attribute include_seed_in_output.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#seed_audience ⇒ Types::AudienceGenerationJobDataSource
Returns the value of attribute seed_audience.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
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.
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.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def description @description end |
#include_seed_in_output ⇒ Boolean
Returns the value of attribute include_seed_in_output.
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.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def name @name end |
#seed_audience ⇒ Types::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.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def @tags end |