Class: Aws::Backup::Types::ListFrameworksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListFrameworksOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#frameworks ⇒ Array<Types::Framework>
The frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
-
#next_token ⇒ String
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.
Instance Attribute Details
#frameworks ⇒ Array<Types::Framework>
The frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
5261 5262 5263 5264 5265 5266 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5261 class ListFrameworksOutput < Struct.new( :frameworks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
5261 5262 5263 5264 5265 5266 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5261 class ListFrameworksOutput < Struct.new( :frameworks, :next_token) SENSITIVE = [] include Aws::Structure end |