Class: Aws::Types::KinesisFirehoseDestination
- Inherits:
-
Object
- Object
- Aws::Types::KinesisFirehoseDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream_arn ⇒ ::String
Returns the value of attribute delivery_stream_arn.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
Instance Attribute Details
#delivery_stream_arn ⇒ ::String
Returns the value of attribute delivery_stream_arn.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def delivery_stream_arn @delivery_stream_arn end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def iam_role_arn @iam_role_arn end |