Class: Aws::Route53RecoveryControlConfig::Types::ListSafetyRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListSafetyRulesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#control_panel_arn ⇒ String
939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 939 class ListSafetyRulesRequest < Struct.new( :control_panel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 939 class ListSafetyRulesRequest < Struct.new( :control_panel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 939 class ListSafetyRulesRequest < Struct.new( :control_panel_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |