Class: Aws::Types::DescribeBackupsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#backups::Array[Types::Backup]

Returns the value of attribute backups.



195
196
197
# File 'sig/types.rbs', line 195

def backups
  @backups
end

#next_token::String

Returns the value of attribute next_token.



196
197
198
# File 'sig/types.rbs', line 196

def next_token
  @next_token
end