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>
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.
-
#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>
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.
4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4373 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.
4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4373 class ListFrameworksOutput < Struct.new( :frameworks, :next_token) SENSITIVE = [] include Aws::Structure end |