

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 檢視傳輸
<a name="orgs_transfer_billing-view-transfer"></a>

當您登入組織的管理帳戶時，您可以檢視您的轉移。

## 狀態
<a name="orgs_transfer_billing-view-transfer-status"></a>

以下是傳輸的狀態：
+ **已接受轉接** (`ACCEPTED`)：收件人已接受邀請。轉移從開始日期開始。
+ **轉移已撤銷** (`WITHDRAWN`)：轉移已撤銷。轉移會在結束日期結束。

![\[alt text not found\]](http://docs.aws.amazon.com/zh_tw/awsaccountbilling/latest/aboutv2/images/transfer-billing-relationship-statuses.png)


*圖 1：在 AWS 帳單與成本管理 主控台中顯示的傳輸狀態。*

## 檢視轉移
<a name="orgs_transfer_billing-view-transfers-steps"></a>

**術語和概念**  
以下是 AWS 帳單與成本管理 主控台中使用的術語和概念：  
**傳入帳單**：帳單轉移可讓您管理和支付另一個組織的合併帳單。
**傳出帳單**：帳單轉移，允許組織外部的帳戶管理和支付合併帳單。

**最低許可**  
若要檢視轉移，您必須具有下列許可  
`organizations:ListInboundResponsibilityTransfers`
`organizations:ListOutboundResponsibilityTransfers`
`organizations:DescribeResponsibilityTransfer`

若要檢視轉移，請完成下列步驟。

------
#### [  ]

**檢視轉移**

1. 登入 AWS 管理主控台 ，並在 https：//[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/) 開啟 AWS 帳單與成本管理 主控台。

1. 在**偏好設定和設定的**左側導覽上，選擇**帳單轉移**。

1. 

**對於傳入帳單：**

   1. 在**帳單轉移**頁面上，選取**傳入帳單**索引標籤。

   1. 在**傳入帳單**索引標籤上，選取您要檢視詳細資訊的轉移。

   1. 選擇**動作**下拉式功能表，然後選擇**檢視詳細資訊**。

1. 

**對於傳出帳單：**

   1. 在**帳單轉移**頁面上，選取**傳出帳單**索引標籤。

   1. 在**傳出帳單**索引標籤上，您可以檢視轉移的詳細資訊。

------
#### [  ]

**檢視轉移**  
您可以使用下列其中一項操作：
+ AWS CLI：[list-inbound-responsibility-transfers](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-inbound-responsibility-transfers.html)、[list-outbound-responsibility-transfers](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-outbound-responsibility-transfers.html) 和 [describe-responsibility-transfer](https://docs.aws.amazon.com/cli/latest/reference/organizations/describe-responsibility-transfer.html)

  1. **對於傳入帳單：**

     執行下列命令來尋找傳入帳單的帳單轉移 ID：

     ```
     $ C:\> aws organizations list-inbound-responsibility-transfers \
         --type BILLING
     ```

     **對於傳出帳單：**

     執行下列命令來尋找傳出帳單的帳單轉移 ID：

     ```
     $ C:\> aws organizations list-outbound-responsibility-transfers \
         --type BILLING
     ```

  1. 從回應中，記下您要檢視詳細資訊之轉移的帳單轉移 ID。

  1. 執行下列命令以檢視轉移的詳細資訊：

     ```
     $ C:\> aws organizations describe-responsibility-transfer \
         --id exampleid
     ```
+ AWS SDKs：[list-inbound-responsibility-transfers](https://docs.aws.amazon.com/cli/latest/reference/organizations/API_ListInboundResponsibilityTransfers.html)、[list-outbound-responsibility-transfers](https://docs.aws.amazon.com/organizations/latest/APIReference/API_ListOutboundResponsibilityTransfers.html) 和 [describe-responsibility-transfer](https://docs.aws.amazon.com/organizations/latest/APIReference/API_DescribeResponsibilityTransfer.html)s

------