Class: Aws::Types::KinesisFirehoseOutputDescription
- Inherits:
-
Object
- Object
- Aws::Types::KinesisFirehoseOutputDescription
- 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.
795 796 797 |
# File 'sig/types.rbs', line 795 def resource_arn @resource_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
796 797 798 |
# File 'sig/types.rbs', line 796 def role_arn @role_arn end |