Class: Aws::Types::EventVariableSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventVariableSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
550 551 552 |
# File 'sig/types.rbs', line 550 def name @name end |
#source ⇒ ::String
Returns the value of attribute source.
552 553 554 |
# File 'sig/types.rbs', line 552 def source @source end |
#value ⇒ ::String
Returns the value of attribute value.
551 552 553 |
# File 'sig/types.rbs', line 551 def value @value end |