Class: Aws::DSQL::Types::GetStreamInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

The ID of the cluster containing the stream to retrieve.

Returns:

  • (String)


571
572
573
574
575
576
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 571

class GetStreamInput < Struct.new(
  :cluster_identifier,
  :stream_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#stream_identifierString

The ID of the stream to retrieve.

Returns:

  • (String)


571
572
573
574
575
576
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 571

class GetStreamInput < Struct.new(
  :cluster_identifier,
  :stream_identifier)
  SENSITIVE = []
  include Aws::Structure
end