Class: Aws::DSQL::Types::GetStreamInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::GetStreamInput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The ID of the cluster containing the stream to retrieve.
-
#stream_identifier ⇒ String
The ID of the stream to retrieve.
Instance Attribute Details
#cluster_identifier ⇒ String
The ID of the cluster containing the stream to retrieve.
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_identifier ⇒ String
The ID of the stream to retrieve.
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 |