Class: Aws::Types::KinesisAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#partition_key::String

Returns the value of attribute partition_key.

Returns:

  • (::String)


2922
2923
2924
# File 'sig/types.rbs', line 2922

def partition_key
  @partition_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def role_arn
  @role_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


2921
2922
2923
# File 'sig/types.rbs', line 2921

def stream_name
  @stream_name
end