Class: Aws::Backup::Types::CreateReportPlanOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:

  • (Time)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2051

class CreateReportPlanOutput < Struct.new(
  :report_plan_name,
  :report_plan_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#report_plan_arnString

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2051

class CreateReportPlanOutput < Struct.new(
  :report_plan_name,
  :report_plan_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#report_plan_nameString

The unique name of the report plan.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2051

class CreateReportPlanOutput < Struct.new(
  :report_plan_name,
  :report_plan_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end