Class: Aws::Types::ReportPlan
- Inherits:
-
Object
- Object
- Aws::Types::ReportPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
-
#last_attempted_execution_time ⇒ ::Time
Returns the value of attribute last_attempted_execution_time.
-
#last_successful_execution_time ⇒ ::Time
Returns the value of attribute last_successful_execution_time.
-
#report_delivery_channel ⇒ Types::ReportDeliveryChannel
Returns the value of attribute report_delivery_channel.
-
#report_plan_arn ⇒ ::String
Returns the value of attribute report_plan_arn.
-
#report_plan_description ⇒ ::String
Returns the value of attribute report_plan_description.
-
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
-
#report_setting ⇒ Types::ReportSetting
Returns the value of attribute report_setting.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def creation_time @creation_time end |
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def deployment_status @deployment_status end |
#last_attempted_execution_time ⇒ ::Time
Returns the value of attribute last_attempted_execution_time.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def last_attempted_execution_time @last_attempted_execution_time end |
#last_successful_execution_time ⇒ ::Time
Returns the value of attribute last_successful_execution_time.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def last_successful_execution_time @last_successful_execution_time end |
#report_delivery_channel ⇒ Types::ReportDeliveryChannel
Returns the value of attribute report_delivery_channel.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def report_delivery_channel @report_delivery_channel end |
#report_plan_arn ⇒ ::String
Returns the value of attribute report_plan_arn.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def report_plan_arn @report_plan_arn end |
#report_plan_description ⇒ ::String
Returns the value of attribute report_plan_description.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def report_plan_description @report_plan_description end |
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def report_plan_name @report_plan_name end |
#report_setting ⇒ Types::ReportSetting
Returns the value of attribute report_setting.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def report_setting @report_setting end |