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.
689 690 691 692 693 694 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 689 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.
689 690 691 692 693 694 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 689 class DescribeBackupsResponse < Struct.new( :backups, :next_token) SENSITIVE = [] include Aws::Structure end |