Class: Aws::Types::GetAudienceGenerationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audience_generation_job_arn::String

Returns the value of attribute audience_generation_job_arn.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def audience_generation_job_arn
  @audience_generation_job_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


484
485
486
# File 'sig/types.rbs', line 484

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def description
  @description
end

#include_seed_in_outputBoolean

Returns the value of attribute include_seed_in_output.

Returns:

  • (Boolean)


493
494
495
# File 'sig/types.rbs', line 493

def include_seed_in_output
  @include_seed_in_output
end

#metricsTypes::AudienceQualityMetrics

Returns the value of attribute metrics.



495
496
497
# File 'sig/types.rbs', line 495

def metrics
  @metrics
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def name
  @name
end

#protected_query_identifier::String

Returns the value of attribute protected_query_identifier.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def protected_query_identifier
  @protected_query_identifier
end

#seed_audienceTypes::AudienceGenerationJobDataSource

Returns the value of attribute seed_audience.



492
493
494
# File 'sig/types.rbs', line 492

def seed_audience
  @seed_audience
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


496
497
498
# File 'sig/types.rbs', line 496

def started_by
  @started_by
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_FAILED")


489
490
491
# File 'sig/types.rbs', line 489

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



490
491
492
# File 'sig/types.rbs', line 490

def status_details
  @status_details
end

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

Returns the value of attribute tags.

Returns:

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


497
498
499
# File 'sig/types.rbs', line 497

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


485
486
487
# File 'sig/types.rbs', line 485

def update_time
  @update_time
end