Class: Aws::Route53RecoveryControlConfig::Types::ListRoutingControlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListRoutingControlsRequest
- Defined in:
- gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
Note:
When making an API call, you may pass ListRoutingControlsRequest data as a hash:
{
control_panel_arn: "__string", # required
max_results: 1,
next_token: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#control_panel_arn ⇒ String
1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1030 class ListRoutingControlsRequest < Struct.new( :control_panel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1030 class ListRoutingControlsRequest < Struct.new( :control_panel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1030 1031 1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1030 class ListRoutingControlsRequest < Struct.new( :control_panel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |