Class: Aws::Types::UpdateReportPlanOutput

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)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def creation_time
  @creation_time
end

#report_plan_arn::String

Returns the value of attribute report_plan_arn.

Returns:

  • (::String)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def report_plan_arn
  @report_plan_arn
end

#report_plan_name::String

Returns the value of attribute report_plan_name.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def report_plan_name
  @report_plan_name
end