Class: Aws::Types::AwsEventsEventbusDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEventsEventbusDetails
- 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.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def policy @policy end |