Class: Aws::Types::EventTypeSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventTypeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type_id ⇒ ::String
Returns the value of attribute event_type_id.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#event_type_id ⇒ ::String
Returns the value of attribute event_type_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def event_type_id @event_type_id end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def event_type_name @event_type_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
86 87 88 |
# File 'sig/types.rbs', line 86 def resource_type @resource_type end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
84 85 86 |
# File 'sig/types.rbs', line 84 def service_name @service_name end |