Class: Aws::Route53RecoveryControlConfig::Types::ListSafetyRulesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb

Overview

The response to a ListSafetyRulesRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token that identifies which batch of results you want to see.

Returns:

  • (String)


959
960
961
962
963
964
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 959

class ListSafetyRulesResponse < Struct.new(
  :next_token,
  :safety_rules)
  SENSITIVE = []
  include Aws::Structure
end

#safety_rulesArray<Types::Rule>

The list of safety rules in a control panel.

Returns:



959
960
961
962
963
964
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 959

class ListSafetyRulesResponse < Struct.new(
  :next_token,
  :safety_rules)
  SENSITIVE = []
  include Aws::Structure
end