Class: Aws::Types::KinesisTargetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::KinesisTargetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
189 190 191 |
# File 'sig/types.rbs', line 189 def stream_arn @stream_arn end |