Class: Aws::Route53RecoveryCluster::Types::ListRoutingControlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ListRoutingControlsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycluster/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel of the routing controls to list.
-
#max_results ⇒ Integer
The number of routing controls objects that you want to return with this call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#control_panel_arn ⇒ String
The Amazon Resource Name (ARN) of the control panel of the routing controls to list.
133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 133 class ListRoutingControlsRequest < Struct.new( :control_panel_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of routing controls objects that you want to return with this call. The default value is 500.
133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 133 class ListRoutingControlsRequest < Struct.new( :control_panel_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-route53recoverycluster/types.rb', line 133 class ListRoutingControlsRequest < Struct.new( :control_panel_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |