Class: Aws::Types::FieldIndex
- Inherits:
-
Object
- Object
- Aws::Types::FieldIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_index_name ⇒ ::String
Returns the value of attribute field_index_name.
-
#first_event_time ⇒ ::Integer
Returns the value of attribute first_event_time.
-
#last_event_time ⇒ ::Integer
Returns the value of attribute last_event_time.
-
#last_scan_time ⇒ ::Integer
Returns the value of attribute last_scan_time.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#type ⇒ "FACET", "FIELD_INDEX"
Returns the value of attribute type.
Instance Attribute Details
#field_index_name ⇒ ::String
Returns the value of attribute field_index_name.
826 827 828 |
# File 'sig/types.rbs', line 826 def field_index_name @field_index_name end |
#first_event_time ⇒ ::Integer
Returns the value of attribute first_event_time.
828 829 830 |
# File 'sig/types.rbs', line 828 def first_event_time @first_event_time end |
#last_event_time ⇒ ::Integer
Returns the value of attribute last_event_time.
829 830 831 |
# File 'sig/types.rbs', line 829 def last_event_time @last_event_time end |
#last_scan_time ⇒ ::Integer
Returns the value of attribute last_scan_time.
827 828 829 |
# File 'sig/types.rbs', line 827 def last_scan_time @last_scan_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
825 826 827 |
# File 'sig/types.rbs', line 825 def log_group_identifier @log_group_identifier end |
#type ⇒ "FACET", "FIELD_INDEX"
Returns the value of attribute type.
830 831 832 |
# File 'sig/types.rbs', line 830 def type @type end |