Class: Aws::SMS::Types::GetConnectorsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned NextToken value.

Returns:

  • (Integer)


722
723
724
725
726
727
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 722

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


722
723
724
725
726
727
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 722

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