Class: Aws::Types::DescribeEventSourceResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Time)


426
427
428
# File 'sig/types.rbs', line 426

def expiration_time
  @expiration_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def name
  @name
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


428
429
430
# File 'sig/types.rbs', line 428

def state
  @state
end