Class: Aws::Types::PutEventsConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

def 
  @account_id
end

#bot_id::String

Returns the value of attribute bot_id.

Returns:



656
657
658
# File 'sig/types.rbs', line 656

def bot_id
  @bot_id
end

#lambda_function_arn::String

Returns the value of attribute lambda_function_arn.

Returns:



658
659
660
# File 'sig/types.rbs', line 658

def lambda_function_arn
  @lambda_function_arn
end

#outbound_events_https_endpoint::String

Returns the value of attribute outbound_events_https_endpoint.

Returns:



657
658
659
# File 'sig/types.rbs', line 657

def outbound_events_https_endpoint
  @outbound_events_https_endpoint
end