Class: Aws::Types::UpdateReportPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReportPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#report_delivery_channel ⇒ Types::ReportDeliveryChannel
Returns the value of attribute report_delivery_channel.
-
#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
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def idempotency_token @idempotency_token end |
#report_delivery_channel ⇒ Types::ReportDeliveryChannel
Returns the value of attribute report_delivery_channel.
2354 2355 2356 |
# File 'sig/types.rbs', line 2354 def report_delivery_channel @report_delivery_channel end |
#report_plan_description ⇒ ::String
Returns the value of attribute report_plan_description.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def report_plan_description @report_plan_description end |
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def report_plan_name @report_plan_name end |
#report_setting ⇒ Types::ReportSetting
Returns the value of attribute report_setting.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def report_setting @report_setting end |