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.
965 966 967 |
# File 'sig/types.rbs', line 965 def detail @detail end |
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
964 965 966 |
# File 'sig/types.rbs', line 964 def detail_type @detail_type end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
963 964 965 |
# File 'sig/types.rbs', line 963 def resources @resources end |
#source ⇒ ::String
Returns the value of attribute source.
962 963 964 |
# File 'sig/types.rbs', line 962 def source @source end |
#time ⇒ ::Time
Returns the value of attribute time.
961 962 963 |
# File 'sig/types.rbs', line 961 def time @time end |