Class: Aws::Types::CreateReportPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateReportPlanInput
- 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_plan_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute report_plan_tags.
-
#report_setting ⇒ Types::ReportSetting
Returns the value of attribute report_setting.
Instance Attribute Details
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
420 421 422 |
# File 'sig/types.rbs', line 420 def idempotency_token @idempotency_token end |
#report_delivery_channel ⇒ Types::ReportDeliveryChannel
Returns the value of attribute report_delivery_channel.
417 418 419 |
# File 'sig/types.rbs', line 417 def report_delivery_channel @report_delivery_channel end |
#report_plan_description ⇒ ::String
Returns the value of attribute report_plan_description.
416 417 418 |
# File 'sig/types.rbs', line 416 def report_plan_description @report_plan_description end |
#report_plan_name ⇒ ::String
Returns the value of attribute report_plan_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def report_plan_name @report_plan_name end |
#report_plan_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute report_plan_tags.
419 420 421 |
# File 'sig/types.rbs', line 419 def @report_plan_tags end |
#report_setting ⇒ Types::ReportSetting
Returns the value of attribute report_setting.
418 419 420 |
# File 'sig/types.rbs', line 418 def report_setting @report_setting end |