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.
522 523 524 |
# File 'sig/types.rbs', line 522 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
523 524 525 |
# File 'sig/types.rbs', line 523 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
524 525 526 |
# File 'sig/types.rbs', line 524 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
525 526 527 |
# File 'sig/types.rbs', line 525 def expiration_time @expiration_time end |
#name ⇒ ::String
Returns the value of attribute name.
526 527 528 |
# File 'sig/types.rbs', line 526 def name @name end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
527 528 529 |
# File 'sig/types.rbs', line 527 def state @state end |