Class: Aws::Types::KinesisAction
- Inherits:
-
Object
- Object
- Aws::Types::KinesisAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#partition_key ⇒ ::String
Returns the value of attribute partition_key.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def partition_key @partition_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def role_arn @role_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def stream_name @stream_name end |