Class: Aws::Types::UpdateReportPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReportPlanOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#report_plan_arn ⇒ ::String
Returns the value of attribute report_plan_arn.
-
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def creation_time @creation_time end |
#report_plan_arn ⇒ ::String
Returns the value of attribute report_plan_arn.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def report_plan_arn @report_plan_arn end |
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def report_plan_name @report_plan_name end |