Class: Aws::Types::ListBackupPlanTemplatesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupPlanTemplatesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plan_templates_list ⇒ ::Array[Types::BackupPlanTemplatesListMember]
Returns the value of attribute backup_plan_templates_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backup_plan_templates_list ⇒ ::Array[Types::BackupPlanTemplatesListMember]
Returns the value of attribute backup_plan_templates_list.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def backup_plan_templates_list @backup_plan_templates_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def next_token @next_token end |