Class: Aws::Types::KinesisFirehoseOutputUpdate
- Inherits:
-
Object
- Object
- Aws::Types::KinesisFirehoseOutputUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn_update ⇒ ::String
Returns the value of attribute resource_arn_update.
-
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
Instance Attribute Details
#resource_arn_update ⇒ ::String
Returns the value of attribute resource_arn_update.
368 369 370 |
# File 'sig/types.rbs', line 368 def resource_arn_update @resource_arn_update end |
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
369 370 371 |
# File 'sig/types.rbs', line 369 def role_arn_update @role_arn_update end |