Class: Aws::Route53RecoveryControlConfig::Types::ListSafetyRulesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_panel_arnString

Returns:

  • (String)


939
940
941
942
943
944
945
# File 'gems/aws-sdk-route53recoverycontrolconfig/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_resultsInteger

Returns:

  • (Integer)


939
940
941
942
943
944
945
# File 'gems/aws-sdk-route53recoverycontrolconfig/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_tokenString

Returns:

  • (String)


939
940
941
942
943
944
945
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 939

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