Class: Aws::Route53RecoveryControlConfig::Types::ListControlPanelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ListControlPanelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
863 864 865 866 867 868 869 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 863 class ListControlPanelsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
863 864 865 866 867 868 869 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 863 class ListControlPanelsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
863 864 865 866 867 868 869 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 863 class ListControlPanelsRequest < Struct.new( :cluster_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |