You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::KinesisAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing KinesisAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_arn: "AwsArn", # required
  stream_name: "StreamName", # required
  partition_key: "PartitionKey",
}

Describes an action to write data to an Amazon Kinesis stream.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#partition_keyString

The partition key.

Returns:

  • (String)

    The partition key.

#role_arnString

The ARN of the IAM role that grants access to the Amazon Kinesis stream.

Returns:

  • (String)

    The ARN of the IAM role that grants access to the Amazon Kinesis stream.

#stream_nameString

The name of the Amazon Kinesis stream.

Returns:

  • (String)

    The name of the Amazon Kinesis stream.