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:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def event_source_arn
  @event_source_arn
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


812
813
814
# File 'sig/types.rbs', line 812

def limit
  @limit
end

#name_prefix::String

Returns the value of attribute name_prefix.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def name_prefix
  @name_prefix
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def next_token
  @next_token
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:

  • ("STARTING", "RUNNING", "CANCELLING", "COMPLETED", "CANCELLED", "FAILED")


809
810
811
# File 'sig/types.rbs', line 809

def state
  @state
end