Class: Aws::Types::KinesisTargetDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def role_arn
  @role_arn
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def stream_arn
  @stream_arn
end