Class: Aws::Types::GetStreamInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def cluster_identifier
  @cluster_identifier
end

#stream_identifier::String

Returns the value of attribute stream_identifier.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def stream_identifier
  @stream_identifier
end