Class: Aws::Types::DescribeStreamInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_shard_id::String

Returns the value of attribute exclusive_start_shard_id.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def exclusive_start_shard_id
  @exclusive_start_shard_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


122
123
124
# File 'sig/types.rbs', line 122

def limit
  @limit
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def stream_name
  @stream_name
end