

# Using Attribute group details


 You can view the following details for an attribute group from the **Attribute group details** screen: 
+  Name 
+  Description 
+  Date created 
+  Attribute group ID 
+  Attribute group ARN 
+  Created by 
+  Share configuration 

 For more information, see [Viewing Attribute group details](https://docs.aws.amazon.com/servicecatalog/latest/arguide/view-attr-group.html). 

 You can also perform the following actions from this screen: 
+  Edit attribute groups. For more information, see [Editing attribute groups](https://docs.aws.amazon.com/servicecatalog/latest/arguide/edit-attr-group.html). 
+  Delete attribute groups. For more information, see [Deleting attribute groups](https://docs.aws.amazon.com/servicecatalog/latest/arguide/delete-attr-group.html). 
+  View and edit attribute group metadata. For more information, see [Viewing attribute group metadata](https://docs.aws.amazon.com/servicecatalog/latest/arguide/manage-metatdata.html). 
+  View resource shares associated to attribute groups. You can also create and delete resource shares. For more information, see [Sharing resources with accounts in your organization](https://docs.aws.amazon.com/servicecatalog/latest/arguide/sharing-definitions.html). 
+  View attribute group tags. You can also add and delete attribute group tags. For more information, see [Managing tags](https://docs.aws.amazon.com/servicecatalog/latest/arguide/add-tags.html). 

**Topics**
+ [

# Viewing Attribute group details
](view-attr-group.md)
+ [

# Viewing attribute group metadata
](manage-metatdata.md)

# Viewing Attribute group details


 This topic describes how to view the **Attribute group details** screen. 

**To view Attribute group details**

1.  Open the AWS Service Catalog console at [https://console.aws.amazon.com/servicecatalog/](https://console.aws.amazon.com/servicecatalog/) 

1.  From the navigation pane, choose **AppRegistry**, and then **Attribute groups**. You're directed to the **Attribute groups** screen. 

1.  On **Attribute groups**, choose the name of the attribute group that you want to view. Or select the attribute group that you want to edit, and then choose **View**. You're directed to the **Attribute group details** screen. 

# Viewing attribute group metadata


 An attribute group is an open JSON object where you define the metadata for a resource. Metadata is data that describes other data. For more information, see [Attribute groups](https://docs.aws.amazon.com/servicecatalog/latest/arguide/overview-appreg.html#attr-groups) on [Overview of AWS Service Catalog AppRegistry](https://docs.aws.amazon.com/servicecatalog/latest/arguide/overview-appreg.html). 

**To view attribute group metadata**

1.  Open the AWS Service Catalog console at [https://console.aws.amazon.com/servicecatalog/](https://console.aws.amazon.com/servicecatalog/) 

1.  From the navigation pane, choose **AppRegistry**, and then choose **Attribute groups**. You're directed to the **Attribute groups** screen where you can view all of your attribute groups. 

1.  On **Attribute groups**, choose the name of the attribute groups that you want to view. Or select the attribute group that you want to edit, and then choose **View**. You're directed to the **Attribute group details** screen. 

1.  On **Attribute group details**, choose **Metadata**. 

 **Example: Attribute group metadata** 

```
{
 "Team" : "WebTeam",
 "Department": "10006",
 "ParentDept": "Research",
 "ContactAlias": "research@team.com"
}
```