Class: Aws::Route53RecoveryCluster::Types::ListRoutingControlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ListRoutingControlsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycluster/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#routing_controls ⇒ Array<Types::RoutingControl>
The list of routing controls.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
152 153 154 155 156 157 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 152 class ListRoutingControlsResponse < Struct.new( :routing_controls, :next_token) SENSITIVE = [] include Aws::Structure end |
#routing_controls ⇒ Array<Types::RoutingControl>
The list of routing controls.
152 153 154 155 156 157 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 152 class ListRoutingControlsResponse < Struct.new( :routing_controls, :next_token) SENSITIVE = [] include Aws::Structure end |