Class: Aws::Route53RecoveryCluster::Types::ListRoutingControlsRequest

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

#control_panel_arnString

The Amazon Resource Name (ARN) of the control panel of the routing controls to list.

Returns:

  • (String)


133
134
135
136
137
138
139
# File 'gems/aws-sdk-route53recoverycluster/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_resultsInteger

The number of routing controls objects that you want to return with this call. The default value is 500.

Returns:

  • (Integer)


133
134
135
136
137
138
139
# File 'gems/aws-sdk-route53recoverycluster/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_tokenString

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

Returns:

  • (String)


133
134
135
136
137
138
139
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 133

class ListRoutingControlsRequest < Struct.new(
  :control_panel_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end