class
Amazonite::DynamoDB::DescribeContributorInsightsInput
- Amazonite::DynamoDB::DescribeContributorInsightsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_contributor_insights_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#index_name : String | Nil
The name of the global secondary index to describe, if applicable.
-
#index_name=(index_name : String | Nil)
The name of the global secondary index to describe, if applicable.
-
#table_name : String
The name of the table to describe.
-
#table_name=(table_name : String)
The name of the table to describe.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def index_name=(index_name : String | Nil)
#
The name of the global secondary index to describe, if applicable.
def table_name : String
#
The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
def table_name=(table_name : String)
#
The name of the table to describe. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.