class
Amazonite::DynamoDB::GetResourcePolicyInput
- Amazonite::DynamoDB::GetResourcePolicyInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/get_resource_policy_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#resource_arn : String
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached.
-
#resource_arn=(resource_arn : String)
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached.
- #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 resource_arn : String
#
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached. The resources you can specify include tables and streams.
def resource_arn=(resource_arn : String)
#
The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached. The resources you can specify include tables and streams.