Class: Aws::Types::EventResource
- Inherits:
-
Object
- Object
- Aws::Types::EventResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
311 312 313 |
# File 'sig/types.rbs', line 311 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
310 311 312 |
# File 'sig/types.rbs', line 310 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
309 310 311 |
# File 'sig/types.rbs', line 309 def type @type end |