Class: Stripe::V2::Core::EventDestinationCreateParams::AmazonEventbridge

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/event_destination_create_params.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.



14
15
16
17
# File 'lib/stripe/params/v2/core/event_destination_create_params.rb', line 14

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.



10
11
12
# File 'lib/stripe/params/v2/core/event_destination_create_params.rb', line 10

def 
  @aws_account_id
end

#aws_regionObject

The region of the AWS event source.



12
13
14
# File 'lib/stripe/params/v2/core/event_destination_create_params.rb', line 12

def aws_region
  @aws_region
end