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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycontrolconfig/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_panelsArray<Types::ControlPanel>

The result of a successful ListControlPanel request.

Returns:



883
884
885
886
887
888
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 883

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

#next_tokenString

The token that identifies which batch of results you want to see.

Returns:

  • (String)


883
884
885
886
887
888
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 883

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