Class: Stripe::V2::Core::EventDestinationService::CreateParams::AmazonEventbridge

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/core/event_destination_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(aws_account_id: nil, aws_region: nil) ⇒ AmazonEventbridge

Returns a new instance of AmazonEventbridge.



16
17
18
19
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 16

def initialize(aws_account_id: nil, aws_region: nil)
  @aws_account_id = 
  @aws_region = aws_region
end

Instance Attribute Details

#aws_account_idObject

The AWS account ID.



11
12
13
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 11

def 
  @aws_account_id
end

#aws_regionObject

The region of the AWS event source.



14
15
16
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 14

def aws_region
  @aws_region
end