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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
641 642 643 |
# File 'sig/types.rbs', line 641 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
644 645 646 |
# File 'sig/types.rbs', line 644 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
642 643 644 |
# File 'sig/types.rbs', line 642 def description @description end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
640 641 642 |
# File 'sig/types.rbs', line 640 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
643 644 645 |
# File 'sig/types.rbs', line 643 def policy @policy end |