Class: Aws::Types::ListDiscoverersRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#discoverer_id_prefix ⇒ ::String

Returns the value of attribute discoverer_id_prefix.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def discoverer_id_prefix
  @discoverer_id_prefix
end

#limit ⇒ ::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def limit
  @limit
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def next_token
  @next_token
end

#source_arn_prefix ⇒ ::String

Returns the value of attribute source_arn_prefix.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def source_arn_prefix
  @source_arn_prefix
end