Class: Aws::Types::FieldIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_index_name::String

Returns the value of attribute field_index_name.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def field_index_name
  @field_index_name
end

#first_event_time::Integer

Returns the value of attribute first_event_time.

Returns:

  • (::Integer)


829
830
831
# File 'sig/types.rbs', line 829

def first_event_time
  @first_event_time
end

#index_category"DEFAULT", ...

Returns the value of attribute index_category.

Returns:

  • ("DEFAULT", "CUSTOM", "AUTO", "INACTIVE")


832
833
834
# File 'sig/types.rbs', line 832

def index_category
  @index_category
end

#last_event_time::Integer

Returns the value of attribute last_event_time.

Returns:

  • (::Integer)


830
831
832
# File 'sig/types.rbs', line 830

def last_event_time
  @last_event_time
end

#last_scan_time::Integer

Returns the value of attribute last_scan_time.

Returns:

  • (::Integer)


828
829
830
# File 'sig/types.rbs', line 828

def last_scan_time
  @last_scan_time
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def log_group_identifier
  @log_group_identifier
end

#type"FACET", "FIELD_INDEX"

Returns the value of attribute type.

Returns:

  • ("FACET", "FIELD_INDEX")


831
832
833
# File 'sig/types.rbs', line 831

def type
  @type
end