Class: Aws::Schemas::Types::ListDiscoverersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discoverer_id_prefixString

Returns:

  • (String)


956
957
958
959
960
961
962
963
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 956

class ListDiscoverersRequest < Struct.new(
  :discoverer_id_prefix,
  :limit,
  :next_token,
  :source_arn_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Returns:

  • (Integer)


956
957
958
959
960
961
962
963
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 956

class ListDiscoverersRequest < Struct.new(
  :discoverer_id_prefix,
  :limit,
  :next_token,
  :source_arn_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


956
957
958
959
960
961
962
963
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 956

class ListDiscoverersRequest < Struct.new(
  :discoverer_id_prefix,
  :limit,
  :next_token,
  :source_arn_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#source_arn_prefixString

Returns:

  • (String)


956
957
958
959
960
961
962
963
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 956

class ListDiscoverersRequest < Struct.new(
  :discoverer_id_prefix,
  :limit,
  :next_token,
  :source_arn_prefix)
  SENSITIVE = []
  include Aws::Structure
end