Class: Aws::Types::EventSource
- Inherits:
-
Object
- Object
- Aws::Types::EventSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
650 651 652 |
# File 'sig/types.rbs', line 650 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
651 652 653 |
# File 'sig/types.rbs', line 651 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
652 653 654 |
# File 'sig/types.rbs', line 652 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
653 654 655 |
# File 'sig/types.rbs', line 653 def expiration_time @expiration_time end |
#name ⇒ ::String
Returns the value of attribute name.
654 655 656 |
# File 'sig/types.rbs', line 654 def name @name end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
655 656 657 |
# File 'sig/types.rbs', line 655 def state @state end |