Class: Aws::GroundStation::Types::KinesisDataStreamData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kinesis_data_stream_arnString

ARN of the Kinesis Data Stream to deliver telemetry to.

Returns:

  • (String)


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_arnString

ARN of the IAM Role used by AWS Ground Station to deliver telemetry.

Returns:

  • (String)


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