Class: Aws::Types::EventType
- Inherits:
-
Object
- Object
- Aws::Types::EventType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#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.
-
#ingested_event_statistics ⇒ Types::IngestedEventStatistics
Returns the value of attribute ingested_event_statistics.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
543 544 545 |
# File 'sig/types.rbs', line 543 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
536 537 538 |
# File 'sig/types.rbs', line 536 def description @description end |
#entity_types ⇒ ::Array[::String]
Returns the value of attribute entity_types.
539 540 541 |
# File 'sig/types.rbs', line 539 def entity_types @entity_types end |
#event_ingestion ⇒ "ENABLED", "DISABLED"
Returns the value of attribute event_ingestion.
540 541 542 |
# File 'sig/types.rbs', line 540 def event_ingestion @event_ingestion end |
#event_orchestration ⇒ Types::EventOrchestration
Returns the value of attribute event_orchestration.
545 546 547 |
# File 'sig/types.rbs', line 545 def event_orchestration @event_orchestration end |
#event_variables ⇒ ::Array[::String]
Returns the value of attribute event_variables.
537 538 539 |
# File 'sig/types.rbs', line 537 def event_variables @event_variables end |
#ingested_event_statistics ⇒ Types::IngestedEventStatistics
Returns the value of attribute ingested_event_statistics.
541 542 543 |
# File 'sig/types.rbs', line 541 def ingested_event_statistics @ingested_event_statistics end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
538 539 540 |
# File 'sig/types.rbs', line 538 def labels @labels end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
542 543 544 |
# File 'sig/types.rbs', line 542 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
535 536 537 |
# File 'sig/types.rbs', line 535 def name @name end |