Class: Aws::Route53RecoveryControlConfig::Types::ListRoutingControlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListRoutingControlsResponse
- 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
-
#next_token ⇒ String
The token that identifies which batch of results you want to see.
-
#routing_controls ⇒ Array<Types::RoutingControl>
An array of routing controls.
Instance Attribute Details
#next_token ⇒ String
The token that identifies which batch of results you want to see.
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_controls ⇒ Array<Types::RoutingControl>
An array of routing controls.
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 |