Class: Aws::Backup::Types::BackupPlanTemplatesListMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::BackupPlanTemplatesListMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
An object specifying metadata associated with a backup plan template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_plan_template_id ⇒ String
Uniquely identifies a stored backup plan template.
-
#backup_plan_template_name ⇒ String
The optional display name of a backup plan template.
Instance Attribute Details
#backup_plan_template_id ⇒ String
Uniquely identifies a stored backup plan template.
440 441 442 443 444 445 |
# File 'lib/aws-sdk-backup/types.rb', line 440 class BackupPlanTemplatesListMember < Struct.new( :backup_plan_template_id, :backup_plan_template_name) SENSITIVE = [] include Aws::Structure end |
#backup_plan_template_name ⇒ String
The optional display name of a backup plan template.
440 441 442 443 444 445 |
# File 'lib/aws-sdk-backup/types.rb', line 440 class BackupPlanTemplatesListMember < Struct.new( :backup_plan_template_id, :backup_plan_template_name) SENSITIVE = [] include Aws::Structure end |