Class: Aws::Types::CreateStreamResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1203
1204
1205
# File 'sig/types.rbs', line 1203

def description
  @description
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


1201
1202
1203
# File 'sig/types.rbs', line 1201

def stream_id
  @stream_id
end

#stream_version::Integer

Returns the value of attribute stream_version.

Returns:

  • (::Integer)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def stream_version
  @stream_version
end