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)


241
242
243
# File 'sig/types.rbs', line 241

def exclusive_start_shard_id
  @exclusive_start_shard_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


240
241
242
# File 'sig/types.rbs', line 240

def limit
  @limit
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def stream_name
  @stream_name
end