Module: Aws::EventBridge::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
437 |
# File 'sig/client.rbs', line 437
def arn: () -> ::String
|
#created_by ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def created_by: () -> ::String
|
#creation_time ⇒ ::Time
439 |
# File 'sig/client.rbs', line 439
def creation_time: () -> ::Time
|
#expiration_time ⇒ ::Time
440 |
# File 'sig/client.rbs', line 440
def expiration_time: () -> ::Time
|
#name ⇒ ::String
441 |
# File 'sig/client.rbs', line 441
def name: () -> ::String
|
#state ⇒ "PENDING", ...
442 |
# File 'sig/client.rbs', line 442
def state: () -> ("PENDING" | "ACTIVE" | "DELETED")
|