Class: Aws::Route53RecoveryControlConfig::Types::ListRoutingControlsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53recoverycontrolconfig/types.rb

Overview

The result of a successful ListRoutingControl request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)


921
922
923
924
925
926
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 921

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

#routing_controlsArray<Types::RoutingControl>

An array of routing controls.

Returns:



921
922
923
924
925
926
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 921

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