Class: Aws::Types::ListDiscoverersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDiscoverersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#discoverer_id_prefix ⇒ ::String
Returns the value of attribute discoverer_id_prefix.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_arn_prefix ⇒ ::String
Returns the value of attribute source_arn_prefix.
Instance Attribute Details
#discoverer_id_prefix ⇒ ::String
Returns the value of attribute discoverer_id_prefix.
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.
326 327 328 |
# File 'sig/types.rbs', line 326 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
328 329 330 |
# File 'sig/types.rbs', line 328 def source_arn_prefix @source_arn_prefix end |