Class: Aws::EventBridge::Types::DescribeEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#home_regionString

The primary Region of the endpoint you want to get information about. For example "HomeRegion": "us-east-1".

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1580

class DescribeEndpointRequest < Struct.new(
  :name,
  :home_region)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the endpoint you want to get information about. For example, "Name":"us-east-2-custom_bus_A-endpoint".

Returns:

  • (String)


1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1580

class DescribeEndpointRequest < Struct.new(
  :name,
  :home_region)
  SENSITIVE = []
  include Aws::Structure
end