Class: Aws::Types::ListStreamConsumersInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def next_token
  @next_token
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def stream_id
  @stream_id
end