Class: Aws::Types::PutPartnerEventsRequestEntry

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)


965
966
967
# File 'sig/types.rbs', line 965

def detail
  @detail
end

#detail_type::String

Returns the value of attribute detail_type.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def detail_type
  @detail_type
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


963
964
965
# File 'sig/types.rbs', line 963

def resources
  @resources
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def source
  @source
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


961
962
963
# File 'sig/types.rbs', line 961

def time
  @time
end