Class: Aws::Types::CreateReportPlanInput

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)


420
421
422
# File 'sig/types.rbs', line 420

def idempotency_token
  @idempotency_token
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


419
420
421
# File 'sig/types.rbs', line 419

def report_plan_tags
  @report_plan_tags
end

#report_settingTypes::ReportSetting

Returns the value of attribute report_setting.



418
419
420
# File 'sig/types.rbs', line 418

def report_setting
  @report_setting
end