Class: Aws::Route53RecoveryControlConfig::Types::ListControlPanelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListControlPanelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The result of a successful ListControlPanel request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panels ⇒ Array<Types::ControlPanel>
The result of a successful ListControlPanel request.
-
#next_token ⇒ String
The token that identifies which batch of results you want to see.
Instance Attribute Details
#control_panels ⇒ Array<Types::ControlPanel>
The result of a successful ListControlPanel request.
883 884 885 886 887 888 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 883 class ListControlPanelsResponse < Struct.new( :control_panels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that identifies which batch of results you want to see.
883 884 885 886 887 888 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 883 class ListControlPanelsResponse < Struct.new( :control_panels, :next_token) SENSITIVE = [] include Aws::Structure end |