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)


805
806
807
# File 'sig/types.rbs', line 805

def detail
  @detail
end

#detail_type::String

Returns the value of attribute detail_type.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def detail_type
  @detail_type
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


803
804
805
# File 'sig/types.rbs', line 803

def resources
  @resources
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def source
  @source
end

#time::Time

Returns the value of attribute time.

Returns:

  • (::Time)


801
802
803
# File 'sig/types.rbs', line 801

def time
  @time
end