Class: Aws::Types::AudienceExportJobSummary

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)


42
43
44
# File 'sig/types.rbs', line 42

def audience_generation_job_arn
  @audience_generation_job_arn
end

#audience_sizeTypes::AudienceSize

Returns the value of attribute audience_size.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def audience_size
  @audience_size
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


39
40
41
# File 'sig/types.rbs', line 39

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def name
  @name
end

#output_location::String

Returns the value of attribute output_location.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def output_location
  @output_location
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE")


45
46
47
# File 'sig/types.rbs', line 45

def status
  @status
end

#status_detailsTypes::StatusDetails

Returns the value of attribute status_details.



46
47
48
# File 'sig/types.rbs', line 46

def status_details
  @status_details
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


40
41
42
# File 'sig/types.rbs', line 40

def update_time
  @update_time
end