Class: Aws::Backup::Types::ListFrameworksOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frameworksArray<Types::Framework>

A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.

Returns:



5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5269

class ListFrameworksOutput < Struct.new(
  :frameworks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5269

class ListFrameworksOutput < Struct.new(
  :frameworks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end