Class: Aws::Backup::Types::CreateReportPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateReportPlanOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC).
-
#report_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource.
-
#report_plan_name ⇒ String
The unique name of the report plan.
Instance Attribute Details
#creation_time ⇒ Time
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.
2330 2331 2332 2333 2334 2335 2336 |
# File 'lib/aws-sdk-backup/types.rb', line 2330 class CreateReportPlanOutput < Struct.new( :report_plan_name, :report_plan_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#report_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
2330 2331 2332 2333 2334 2335 2336 |
# File 'lib/aws-sdk-backup/types.rb', line 2330 class CreateReportPlanOutput < Struct.new( :report_plan_name, :report_plan_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |
#report_plan_name ⇒ String
The unique name of the report plan.
2330 2331 2332 2333 2334 2335 2336 |
# File 'lib/aws-sdk-backup/types.rb', line 2330 class CreateReportPlanOutput < Struct.new( :report_plan_name, :report_plan_arn, :creation_time) SENSITIVE = [] include Aws::Structure end |