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)


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

def arn
  @arn
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


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

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


529
530
531
# File 'sig/types.rbs', line 529

def expiration_time
  @expiration_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def name
  @name
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

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


531
532
533
# File 'sig/types.rbs', line 531

def state
  @state
end