Class: Aws::Types::PutEventTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEventTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#entity_types ⇒ ::Array[::String]
Returns the value of attribute entity_types.
-
#event_ingestion ⇒ "ENABLED", "DISABLED"
Returns the value of attribute event_ingestion.
-
#event_orchestration ⇒ Types::EventOrchestration
Returns the value of attribute event_orchestration.
-
#event_variables ⇒ ::Array[::String]
Returns the value of attribute event_variables.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def description @description end |
#entity_types ⇒ ::Array[::String]
Returns the value of attribute entity_types.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def entity_types @entity_types end |
#event_ingestion ⇒ "ENABLED", "DISABLED"
Returns the value of attribute event_ingestion.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def event_ingestion @event_ingestion end |
#event_orchestration ⇒ Types::EventOrchestration
Returns the value of attribute event_orchestration.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def event_orchestration @event_orchestration end |
#event_variables ⇒ ::Array[::String]
Returns the value of attribute event_variables.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def event_variables @event_variables end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def labels @labels end |
#name ⇒ ::String
Returns the value of attribute name.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def @tags end |