Class: Aws::Types::ContributorInsightsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_insights_mode"ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS"

Returns the value of attribute contributor_insights_mode.

Returns:

  • ("ACCESSED_AND_THROTTLED_KEYS", "THROTTLED_KEYS")


262
263
264
# File 'sig/types.rbs', line 262

def contributor_insights_mode
  @contributor_insights_mode
end

#contributor_insights_status"ENABLING", ...

Returns the value of attribute contributor_insights_status.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED", "FAILED")


261
262
263
# File 'sig/types.rbs', line 261

def contributor_insights_status
  @contributor_insights_status
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def index_name
  @index_name
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def table_name
  @table_name
end