Class: Stripe::V2::Core::EventDestinationService::CreateParams::AmazonEventbridge
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::EventDestinationService::CreateParams::AmazonEventbridge
- Defined in:
- lib/stripe/services/v2/core/event_destination_service.rb
Instance Attribute Summary collapse
-
#aws_account_id ⇒ Object
The AWS account ID.
-
#aws_region ⇒ Object
The region of the AWS event source.
Instance Method Summary collapse
-
#initialize(aws_account_id: nil, aws_region: nil) ⇒ AmazonEventbridge
constructor
A new instance of AmazonEventbridge.
Methods inherited from RequestParams
Constructor Details
#initialize(aws_account_id: nil, aws_region: nil) ⇒ AmazonEventbridge
Returns a new instance of AmazonEventbridge.
27 28 29 30 |
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 27 def initialize(aws_account_id: nil, aws_region: nil) @aws_account_id = aws_account_id @aws_region = aws_region end |
Instance Attribute Details
#aws_account_id ⇒ Object
The AWS account ID.
23 24 25 |
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 23 def aws_account_id @aws_account_id end |
#aws_region ⇒ Object
The region of the AWS event source.
25 26 27 |
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 25 def aws_region @aws_region end |