Class: Aws::Types::KinesisStreamsOutputUpdate
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamsOutputUpdate
- 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.
404 405 406 |
# File 'sig/types.rbs', line 404 def resource_arn_update @resource_arn_update end |
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
405 406 407 |
# File 'sig/types.rbs', line 405 def role_arn_update @role_arn_update end |