Class: Aws::Schemas::Types::ListDiscoverersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListDiscoverersRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#discoverer_id_prefix ⇒ String
956 957 958 959 960 961 962 963 |
# File '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 |
#limit ⇒ Integer
956 957 958 959 960 961 962 963 |
# File '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_token ⇒ String
956 957 958 959 960 961 962 963 |
# File '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_prefix ⇒ String
956 957 958 959 960 961 962 963 |
# File '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 |