Class: Aws::Types::DescribeEventBusResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventBusResponse
- 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.
412 413 414 |
# File 'sig/types.rbs', line 412 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
411 412 413 |
# File 'sig/types.rbs', line 411 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
413 414 415 |
# File 'sig/types.rbs', line 413 def policy @policy end |