Class: Aws::Types::ListReplaysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_arn::String

Returns the value of attribute event_source_arn.

Returns:



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.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def limit
  @limit
end

#name_prefix::String

Returns the value of attribute name_prefix.

Returns:



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.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def next_token
  @next_token
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def state
  @state
end