Class: Aws::Types::ReportPlan

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def creation_time
  @creation_time
end

#deployment_status::String

Returns the value of attribute deployment_status.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def deployment_status
  @deployment_status
end

#last_attempted_execution_time::Time

Returns the value of attribute last_attempted_execution_time.

Returns:

  • (::Time)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def last_attempted_execution_time
  @last_attempted_execution_time
end

#last_successful_execution_time::Time

Returns the value of attribute last_successful_execution_time.

Returns:

  • (::Time)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def last_successful_execution_time
  @last_successful_execution_time
end

#report_delivery_channelTypes::ReportDeliveryChannel

Returns the value of attribute report_delivery_channel.



1867
1868
1869
# File 'sig/types.rbs', line 1867

def report_delivery_channel
  @report_delivery_channel
end

#report_plan_arn::String

Returns the value of attribute report_plan_arn.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def report_plan_arn
  @report_plan_arn
end

#report_plan_description::String

Returns the value of attribute report_plan_description.

Returns:

  • (::String)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def report_plan_description
  @report_plan_description
end

#report_plan_name::String

Returns the value of attribute report_plan_name.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def report_plan_name
  @report_plan_name
end

#report_settingTypes::ReportSetting

Returns the value of attribute report_setting.



1866
1867
1868
# File 'sig/types.rbs', line 1866

def report_setting
  @report_setting
end