Class: Aws::Types::EventBus
- Inherits:
-
Object
- Object
- Aws::Types::EventBus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
516 517 518 |
# File 'sig/types.rbs', line 516 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
515 516 517 |
# File 'sig/types.rbs', line 515 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
517 518 519 |
# File 'sig/types.rbs', line 517 def policy @policy end |