Class: Aws::Route53RecoveryCluster::Types::ListRoutingControlsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


152
153
154
155
156
157
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 152

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

#routing_controlsArray<Types::RoutingControl>

The list of routing controls.

Returns:



152
153
154
155
156
157
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 152

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