Class: Aws::DSQL::Types::DeleteStreamOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::DeleteStreamOutput
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
The output from a deleted stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the deleted stream.
-
#cluster_identifier ⇒ String
The ID of the cluster for the deleted stream.
-
#creation_time ⇒ Time
The time when the stream was created.
-
#status ⇒ String
The status of the stream.
-
#stream_identifier ⇒ String
The ID of the deleted stream.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted stream.
428 429 430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428 class DeleteStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#cluster_identifier ⇒ String
The ID of the cluster for the deleted stream.
428 429 430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428 class DeleteStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the stream was created.
428 429 430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428 class DeleteStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the stream.
428 429 430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428 class DeleteStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#stream_identifier ⇒ String
The ID of the deleted stream.
428 429 430 431 432 433 434 435 436 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 428 class DeleteStreamOutput < Struct.new( :cluster_identifier, :stream_identifier, :arn, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |