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.
797 798 799 |
# File 'sig/types.rbs', line 797 def limit @limit end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
795 796 797 |
# File 'sig/types.rbs', line 795 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
796 797 798 |
# File 'sig/types.rbs', line 796 def next_token @next_token end |