Class: Aws::Types::ListPartnerEventSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPartnerEventSourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
649 650 651 |
# File 'sig/types.rbs', line 649 def limit @limit end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
647 648 649 |
# File 'sig/types.rbs', line 647 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
648 649 650 |
# File 'sig/types.rbs', line 648 def next_token @next_token end |