Class: Aws::Types::EventSource

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)


650
651
652
# File 'sig/types.rbs', line 650

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


652
653
654
# File 'sig/types.rbs', line 652

def creation_time
  @creation_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


653
654
655
# File 'sig/types.rbs', line 653

def expiration_time
  @expiration_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def name
  @name
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


655
656
657
# File 'sig/types.rbs', line 655

def state
  @state
end