Class: Aws::Types::KinesisStreamsInputUpdate
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamsInputUpdate
- 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.
386 387 388 |
# File 'sig/types.rbs', line 386 def resource_arn_update @resource_arn_update end |
#role_arn_update ⇒ ::String
Returns the value of attribute role_arn_update.
387 388 389 |
# File 'sig/types.rbs', line 387 def role_arn_update @role_arn_update end |