Sha256: e7082d9713f14e29486e293c2dd9a8f7862bb907c20d47aceb5c2b5fb47152bd
Contents?: true
Size: 518 Bytes
Versions: 38
Compression:
Stored size: 518 Bytes
Contents
# OryClient::SetEventStreamBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **role_arn** | **String** | The AWS IAM role ARN to assume when publishing to the SNS topic. | | | **topic_arn** | **String** | The AWS SNS topic ARN. | | | **type** | **String** | The type of the event stream (AWS SNS, GCP Pub/Sub, etc). | | ## Example ```ruby require 'ory-client' instance = OryClient::SetEventStreamBody.new( role_arn: null, topic_arn: null, type: null ) ```
Version data entries
38 entries across 38 versions & 1 rubygems