Class: Aws::Types::KinesisStreamsOutputDescription
- Inherits:
-
Object
- Object
- Aws::Types::KinesisStreamsOutputDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
827 828 829 |
# File 'sig/types.rbs', line 827 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
828 829 830 |
# File 'sig/types.rbs', line 828 def role_arn @role_arn end |