Class: Aws::Types::PipeTargetEventBridgeEventBusParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:endpoint_id, :detail_type, :source])

Instance Attribute Summary collapse

Instance Attribute Details

#detail_type::String

Returns the value of attribute detail_type.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def detail_type
  @detail_type
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def endpoint_id
  @endpoint_id
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


480
481
482
# File 'sig/types.rbs', line 480

def resources
  @resources
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def source
  @source
end

#time::String

Returns the value of attribute time.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def time
  @time
end