Class: Aws::Types::DescribeStreamSummaryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def stream_name
  @stream_name
end