Module: Aws::EventBridge::Client::_DescribeEventSourceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeEventSourceResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


437
# File 'sig/client.rbs', line 437

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


438
# File 'sig/client.rbs', line 438

def created_by: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


439
# File 'sig/client.rbs', line 439

def creation_time: () -> ::Time

#expiration_time::Time

Returns:

  • (::Time)


440
# File 'sig/client.rbs', line 440

def expiration_time: () -> ::Time

#name::String

Returns:

  • (::String)


441
# File 'sig/client.rbs', line 441

def name: () -> ::String

#state"PENDING", ...

Returns:

  • ("PENDING", "ACTIVE", "DELETED")


442
# File 'sig/client.rbs', line 442

def state: () -> ("PENDING" | "ACTIVE" | "DELETED")