Class: Aws::Types::DescribeContributorInsightsOutput

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")


487
488
489
# File 'sig/types.rbs', line 487

def contributor_insights_mode
  @contributor_insights_mode
end

#contributor_insights_rule_list::Array[::String]

Returns the value of attribute contributor_insights_rule_list.

Returns:

  • (::Array[::String])


483
484
485
# File 'sig/types.rbs', line 483

def contributor_insights_rule_list
  @contributor_insights_rule_list
end

#contributor_insights_status"ENABLING", ...

Returns the value of attribute contributor_insights_status.

Returns:

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


484
485
486
# File 'sig/types.rbs', line 484

def contributor_insights_status
  @contributor_insights_status
end

#failure_exceptionTypes::FailureException

Returns the value of attribute failure_exception.



486
487
488
# File 'sig/types.rbs', line 486

def failure_exception
  @failure_exception
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def index_name
  @index_name
end

#last_update_date_time::Time

Returns the value of attribute last_update_date_time.

Returns:

  • (::Time)


485
486
487
# File 'sig/types.rbs', line 485

def last_update_date_time
  @last_update_date_time
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def table_name
  @table_name
end