Class: Aws::EventBridge::Types::ConnectivityResourceParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectivityResourceParameters
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
The parameters for EventBridge to use when invoking the resource endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_parameters ⇒ Types::ConnectivityResourceConfigurationArn
The parameters for EventBridge to use when invoking the resource endpoint.
Instance Attribute Details
#resource_parameters ⇒ Types::ConnectivityResourceConfigurationArn
The parameters for EventBridge to use when invoking the resource endpoint.
682 683 684 685 686 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 682 class ConnectivityResourceParameters < Struct.new( :resource_parameters) SENSITIVE = [] include Aws::Structure end |