Class: Aws::Types::EnrichmentJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def created_at
  @created_at
end

#dataset_id::String

Returns the value of attribute dataset_id.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def dataset_id
  @dataset_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def job_id
  @job_id
end

#job_type"EVENT_DETECTION"

Returns the value of attribute job_type.

Returns:

  • ("EVENT_DETECTION")


2079
2080
2081
# File 'sig/types.rbs', line 2079

def job_type
  @job_type
end

#property_alias::String

Returns the value of attribute property_alias.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def property_alias
  @property_alias
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELLED")


2077
2078
2079
# File 'sig/types.rbs', line 2077

def status
  @status
end

#time_series_id::String

Returns the value of attribute time_series_id.

Returns:

  • (::String)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def time_series_id
  @time_series_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def updated_at
  @updated_at
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def workspace_name
  @workspace_name
end