Module: Aws::CloudWatchEvents::Client::_DescribeEventSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEventSourceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_by ⇒ ::String
- #creation_time ⇒ ::Time
- #expiration_time ⇒ ::Time
- #name ⇒ ::String
- #state ⇒ "PENDING", ...
Instance Method Details
#arn ⇒ ::String
344 |
# File 'sig/client.rbs', line 344 def arn: () -> ::String |
#created_by ⇒ ::String
345 |
# File 'sig/client.rbs', line 345 def created_by: () -> ::String |
#creation_time ⇒ ::Time
346 |
# File 'sig/client.rbs', line 346 def creation_time: () -> ::Time |
#expiration_time ⇒ ::Time
347 |
# File 'sig/client.rbs', line 347 def expiration_time: () -> ::Time |
#name ⇒ ::String
348 |
# File 'sig/client.rbs', line 348 def name: () -> ::String |
#state ⇒ "PENDING", ...
349 |
# File 'sig/client.rbs', line 349 def state: () -> ("PENDING" | "ACTIVE" | "DELETED") |