Class: Aws::Types::AudienceGenerationJobSummary

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)


62
63
64
# File 'sig/types.rbs', line 62

def audience_generation_job_arn
  @audience_generation_job_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def collaboration_id
  @collaboration_id
end

#configured_audience_model_arn::String

Returns the value of attribute configured_audience_model_arn.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def configured_audience_model_arn
  @configured_audience_model_arn
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


60
61
62
# File 'sig/types.rbs', line 60

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def name
  @name
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

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")


65
66
67
# File 'sig/types.rbs', line 65

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def update_time
  @update_time
end