Class: Aws::Types::PutEventsRequestEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detail::String

Returns the value of attribute detail.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def detail
  @detail
end

#detail_type::String

Returns the value of attribute detail_type.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def detail_type
  @detail_type
end

#event_bus_name::String

Returns the value of attribute event_bus_name.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def event_bus_name
  @event_bus_name
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


774
775
776
# File 'sig/types.rbs', line 774

def resources
  @resources
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def source
  @source
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


772
773
774
# File 'sig/types.rbs', line 772

def time
  @time
end

#trace_header::String

Returns the value of attribute trace_header.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def trace_header
  @trace_header
end