Class: Aws::CloudHSMV2::Types::DescribeBackupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DescribeBackupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backups ⇒ Array<Types::Backup>
A list of backups.
-
#next_token ⇒ String
An opaque string that indicates that the response contains only a subset of backups.
Instance Attribute Details
#backups ⇒ Array<Types::Backup>
A list of backups.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 729 class DescribeBackupsResponse < Struct.new( :backups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque string that indicates that the response contains only a subset of backups. Use this value in a subsequent ‘DescribeBackups` request to get more backups.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 729 class DescribeBackupsResponse < Struct.new( :backups, :next_token) SENSITIVE = [] include Aws::Structure end |