Class: Aws::Types::ListReplaysRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListReplaysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
-
#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.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
Instance Attribute Details
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
662 663 664 |
# File 'sig/types.rbs', line 662 def event_source_arn @event_source_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
664 665 666 |
# File 'sig/types.rbs', line 664 def limit @limit end |
#name_prefix ⇒ ::String
Returns the value of attribute name_prefix.
660 661 662 |
# File 'sig/types.rbs', line 660 def name_prefix @name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
663 664 665 |
# File 'sig/types.rbs', line 663 def next_token @next_token end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
661 662 663 |
# File 'sig/types.rbs', line 661 def state @state end |