Class: Aws::Types::ListBackupPlansOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBackupPlansOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_plans_list ⇒ ::Array[Types::BackupPlansListMember]
Returns the value of attribute backup_plans_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#backup_plans_list ⇒ ::Array[Types::BackupPlansListMember]
Returns the value of attribute backup_plans_list.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def backup_plans_list @backup_plans_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def next_token @next_token end |