- Navigation Guide
@aws-sdk/client-sesv2
GetMultiRegionEndpointCommandOutput Interface
The output of GetMultiRegionEndpointCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreatedTimestamp | Date | undefined | The time stamp of when the multi-region endpoint (global-endpoint) was created. |
EndpointId | string | undefined | The ID of the multi-region endpoint (global-endpoint). |
EndpointName | string | undefined | The name of the multi-region endpoint (global-endpoint). |
LastUpdatedTimestamp | Date | undefined | The time stamp of when the multi-region endpoint (global-endpoint) was last updated. |
Routes | Route[] | undefined | Contains routes information for the multi-region endpoint (global-endpoint). |
Status | Status | undefined | The status of the multi-region endpoint (global-endpoint).
|
Full Signature
export interface GetMultiRegionEndpointCommandOutput extends GetMultiRegionEndpointResponse, MetadataBearer