Class: Aws::Route53RecoveryControlConfig::Types::ListControlPanelsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#control_panels ⇒ Array<Types::ControlPanel>

The result of a successful ListControlPanel request.

Returns:



894
895
896
897
898
899
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 894

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.

Returns:

  • (String)


894
895
896
897
898
899
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 894

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