Class: Aws::Types::CreateReportPlanOutput

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)


427
428
429
# File 'sig/types.rbs', line 427

def creation_time
  @creation_time
end

#report_plan_arn::String

Returns the value of attribute report_plan_arn.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def report_plan_arn
  @report_plan_arn
end

#report_plan_name::String

Returns the value of attribute report_plan_name.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def report_plan_name
  @report_plan_name
end