Class: Aws::Types::PutPartnerEventsRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutPartnerEventsRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail ⇒ ::String
Returns the value of attribute detail.
-
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#time ⇒ ::Time
Returns the value of attribute time.
Instance Attribute Details
#detail ⇒ ::String
Returns the value of attribute detail.
805 806 807 |
# File 'sig/types.rbs', line 805 def detail @detail end |
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
804 805 806 |
# File 'sig/types.rbs', line 804 def detail_type @detail_type end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
803 804 805 |
# File 'sig/types.rbs', line 803 def resources @resources end |
#source ⇒ ::String
Returns the value of attribute source.
802 803 804 |
# File 'sig/types.rbs', line 802 def source @source end |
#time ⇒ ::Time
Returns the value of attribute time.
801 802 803 |
# File 'sig/types.rbs', line 801 def time @time end |