Class: Aws::Types::EventType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def description
  @description
end

#entity_types::Array[::String]

Returns the value of attribute entity_types.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ENABLED", "DISABLED")


540
541
542
# File 'sig/types.rbs', line 540

def event_ingestion
  @event_ingestion
end

#event_orchestrationTypes::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.

Returns:

  • (::Array[::String])


537
538
539
# File 'sig/types.rbs', line 537

def event_variables
  @event_variables
end

#ingested_event_statisticsTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def name
  @name
end