Class: Aws::GroundStation::Types::KinesisDataStreamData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::KinesisDataStreamData
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Information for telemetry delivery to Kinesis Data Streams.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kinesis_data_stream_arn ⇒ String
ARN of the Kinesis Data Stream to deliver telemetry to.
-
#kinesis_role_arn ⇒ String
ARN of the IAM Role used by AWS Ground Station to deliver telemetry.
Instance Attribute Details
#kinesis_data_stream_arn ⇒ String
ARN of the Kinesis Data Stream to deliver telemetry to.
2473 2474 2475 2476 2477 2478 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2473 class KinesisDataStreamData < Struct.new( :kinesis_role_arn, :kinesis_data_stream_arn) SENSITIVE = [] include Aws::Structure end |
#kinesis_role_arn ⇒ String
ARN of the IAM Role used by AWS Ground Station to deliver telemetry.
2473 2474 2475 2476 2477 2478 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2473 class KinesisDataStreamData < Struct.new( :kinesis_role_arn, :kinesis_data_stream_arn) SENSITIVE = [] include Aws::Structure end |