Class: Aws::Types::DescribeEventSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventSourceResponse
- 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.
423 424 425 |
# File 'sig/types.rbs', line 423 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
424 425 426 |
# File 'sig/types.rbs', line 424 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
425 426 427 |
# File 'sig/types.rbs', line 425 def creation_time @creation_time end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
426 427 428 |
# File 'sig/types.rbs', line 426 def expiration_time @expiration_time end |
#name ⇒ ::String
Returns the value of attribute name.
427 428 429 |
# File 'sig/types.rbs', line 427 def name @name end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
428 429 430 |
# File 'sig/types.rbs', line 428 def state @state end |