Class: Aws::Types::KinesisStreamSourceDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_start_timestamp::Time

Returns the value of attribute delivery_start_timestamp.

Returns:

  • (::Time)


667
668
669
# File 'sig/types.rbs', line 667

def delivery_start_timestamp
  @delivery_start_timestamp
end

#kinesis_stream_arn::String

Returns the value of attribute kinesis_stream_arn.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def kinesis_stream_arn
  @kinesis_stream_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def role_arn
  @role_arn
end