Class: Aws::Types::ListBackupPlanTemplatesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def next_token
  @next_token
end