Class: Aws::Types::UpdateReportPlanInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def idempotency_token
  @idempotency_token
end

#report_delivery_channelTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def report_plan_name
  @report_plan_name
end

#report_settingTypes::ReportSetting

Returns the value of attribute report_setting.



2355
2356
2357
# File 'sig/types.rbs', line 2355

def report_setting
  @report_setting
end