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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("FACET", "FIELD_INDEX")


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

def type
  @type
end