Class: Aws::EventBridge::Types::ConnectivityResourceConfigurationArn

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

The Amazon Resource Name (ARN) of the resource configuration for the resource endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_configuration_arnString

The Amazon Resource Name (ARN) of the resource configuration for the resource endpoint.

Returns:

  • (String)


666
667
668
669
670
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 666

class ConnectivityResourceConfigurationArn < Struct.new(
  :resource_configuration_arn)
  SENSITIVE = []
  include Aws::Structure
end