Class: Aws::Types::ReportJob
- Inherits:
-
Object
- Object
- Aws::Types::ReportJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#report_destination ⇒ Types::ReportDestination
Returns the value of attribute report_destination.
-
#report_job_id ⇒ ::String
Returns the value of attribute report_job_id.
-
#report_plan_arn ⇒ ::String
Returns the value of attribute report_plan_arn.
-
#report_template ⇒ ::String
Returns the value of attribute report_template.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_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.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def creation_time @creation_time end |
#report_destination ⇒ Types::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.
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.
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.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def report_template @report_template end |
#status ⇒ ::String
Returns the value of attribute status.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def @status_message end |