Class: Aws::EventBridge::Types::DescribeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#home_region ⇒ String
The primary Region of the endpoint you want to get information about.
-
#name ⇒ String
The name of the endpoint you want to get information about.
Instance Attribute Details
#home_region ⇒ String
The primary Region of the endpoint you want to get information about. For example ‘“HomeRegion”: “us-east-1”`.
1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1667 class DescribeEndpointRequest < Struct.new( :name, :home_region) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the endpoint you want to get information about. For example, ‘“Name”:“us-east-2-custom_bus_A-endpoint”`.
1667 1668 1669 1670 1671 1672 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1667 class DescribeEndpointRequest < Struct.new( :name, :home_region) SENSITIVE = [] include Aws::Structure end |