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)


522
523
524
# File 'sig/types.rbs', line 522

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


524
525
526
# File 'sig/types.rbs', line 524

def creation_time
  @creation_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


525
526
527
# File 'sig/types.rbs', line 525

def expiration_time
  @expiration_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def name
  @name
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


527
528
529
# File 'sig/types.rbs', line 527

def state
  @state
end