Class: Aws::Types::ListStreamKeysResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def next_token
  @next_token
end

#stream_keys::Array[Types::StreamKeySummary]

Returns the value of attribute stream_keys.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def stream_keys
  @stream_keys
end