Class: Aws::Types::CreateReportPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateReportPlanOutput
- 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.
427 428 429 |
# File 'sig/types.rbs', line 427 def creation_time @creation_time end |
#report_plan_arn ⇒ ::String
Returns the value of attribute report_plan_arn.
426 427 428 |
# File 'sig/types.rbs', line 426 def report_plan_arn @report_plan_arn end |
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
425 426 427 |
# File 'sig/types.rbs', line 425 def report_plan_name @report_plan_name end |