class
Amazonite::DynamoDB::UpdateContributorInsightsInput
- Amazonite::DynamoDB::UpdateContributorInsightsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_contributor_insights_input.crConstructors
- .new(table_name : String, contributor_insights_action : ContributorInsightsAction, index_name : String | Nil = nil, contributor_insights_mode : ContributorInsightsMode | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#contributor_insights_action : ContributorInsightsAction
Represents the contributor insights action.
-
#contributor_insights_action=(contributor_insights_action : ContributorInsightsAction)
Represents the contributor insights action.
-
#contributor_insights_mode : ContributorInsightsMode | Nil
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
-
#contributor_insights_mode=(contributor_insights_mode : ContributorInsightsMode | Nil)
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
-
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String | Nil
The global secondary index name, if applicable.
-
#index_name=(index_name : String | Nil)
The global secondary index name, if applicable.
-
#table_name : String
The name of the table.
-
#table_name=(table_name : String)
The name of the table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents the contributor insights action.
Represents the contributor insights action.
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
Specifies whether to track all access and throttled events or throttled events only for the DynamoDB table or index.
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.