Class: Aws::Route53RecoveryControlConfig::Types::ListControlPanelsRequest

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

#cluster_arnString

Returns:

  • (String)


863
864
865
866
867
868
869
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 863

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

#max_resultsInteger

Returns:

  • (Integer)


863
864
865
866
867
868
869
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 863

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

#next_tokenString

Returns:

  • (String)


863
864
865
866
867
868
869
# File 'gems/aws-sdk-route53recoverycontrolconfig/lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 863

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