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)


936
937
938
# File 'sig/types.rbs', line 936

def detail
  @detail
end

#detail_type::String

Returns the value of attribute detail_type.

Returns:

  • (::String)


935
936
937
# File 'sig/types.rbs', line 935

def detail_type
  @detail_type
end

#event_bus_name::String

Returns the value of attribute event_bus_name.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def event_bus_name
  @event_bus_name
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


934
935
936
# File 'sig/types.rbs', line 934

def resources
  @resources
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def source
  @source
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


932
933
934
# File 'sig/types.rbs', line 932

def time
  @time
end

#trace_header::String

Returns the value of attribute trace_header.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def trace_header
  @trace_header
end