Class: Aws::Types::ReportJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1854
1855
1856
# File 'sig/types.rbs', line 1854

def creation_time
  @creation_time
end

#report_destinationTypes::ReportDestination

Returns the value of attribute report_destination.



1858
1859
1860
# File 'sig/types.rbs', line 1858

def report_destination
  @report_destination
end

#report_job_id::String

Returns the value of attribute report_job_id.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def report_job_id
  @report_job_id
end

#report_plan_arn::String

Returns the value of attribute report_plan_arn.

Returns:

  • (::String)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def report_plan_arn
  @report_plan_arn
end

#report_template::String

Returns the value of attribute report_template.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def report_template
  @report_template
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def status_message
  @status_message
end