Module: Aws::CloudWatchEvents::Client::_DescribeEventSourceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#expiration_time::Time

Returns:

  • (::Time)


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

def expiration_time: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#state"PENDING", ...

Returns:

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


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

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