Class: Aws::Route53RecoveryControlConfig::Types::ListSafetyRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListSafetyRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
The response to a ListSafetyRulesRequest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token that identifies which batch of results you want to see.
-
#safety_rules ⇒ Array<Types::Rule>
The list of safety rules in a control panel.
Instance Attribute Details
#next_token ⇒ String
The token that identifies which batch of results you want to see.
959 960 961 962 963 964 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 959 class ListSafetyRulesResponse < Struct.new( :next_token, :safety_rules) SENSITIVE = [] include Aws::Structure end |
#safety_rules ⇒ Array<Types::Rule>
The list of safety rules in a control panel.
959 960 961 962 963 964 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 959 class ListSafetyRulesResponse < Struct.new( :next_token, :safety_rules) SENSITIVE = [] include Aws::Structure end |