| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Greengrass.Types.GroupInformation
Description
Synopsis
- data GroupInformation = GroupInformation' {}
- newGroupInformation :: GroupInformation
- groupInformation_arn :: Lens' GroupInformation (Maybe Text)
- groupInformation_creationTimestamp :: Lens' GroupInformation (Maybe Text)
- groupInformation_id :: Lens' GroupInformation (Maybe Text)
- groupInformation_lastUpdatedTimestamp :: Lens' GroupInformation (Maybe Text)
- groupInformation_latestVersion :: Lens' GroupInformation (Maybe Text)
- groupInformation_latestVersionArn :: Lens' GroupInformation (Maybe Text)
- groupInformation_name :: Lens' GroupInformation (Maybe Text)
Documentation
data GroupInformation Source #
Information about a group.
See: newGroupInformation smart constructor.
Constructors
| GroupInformation' | |
Fields
| |
Instances
newGroupInformation :: GroupInformation Source #
Create a value of GroupInformation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:GroupInformation', groupInformation_arn - The ARN of the group.
$sel:creationTimestamp:GroupInformation', groupInformation_creationTimestamp - The time, in milliseconds since the epoch, when the group was created.
$sel:id:GroupInformation', groupInformation_id - The ID of the group.
$sel:lastUpdatedTimestamp:GroupInformation', groupInformation_lastUpdatedTimestamp - The time, in milliseconds since the epoch, when the group was last
updated.
$sel:latestVersion:GroupInformation', groupInformation_latestVersion - The ID of the latest version associated with the group.
$sel:latestVersionArn:GroupInformation', groupInformation_latestVersionArn - The ARN of the latest version associated with the group.
$sel:name:GroupInformation', groupInformation_name - The name of the group.
groupInformation_arn :: Lens' GroupInformation (Maybe Text) Source #
The ARN of the group.
groupInformation_creationTimestamp :: Lens' GroupInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the group was created.
groupInformation_id :: Lens' GroupInformation (Maybe Text) Source #
The ID of the group.
groupInformation_lastUpdatedTimestamp :: Lens' GroupInformation (Maybe Text) Source #
The time, in milliseconds since the epoch, when the group was last updated.
groupInformation_latestVersion :: Lens' GroupInformation (Maybe Text) Source #
The ID of the latest version associated with the group.
groupInformation_latestVersionArn :: Lens' GroupInformation (Maybe Text) Source #
The ARN of the latest version associated with the group.
groupInformation_name :: Lens' GroupInformation (Maybe Text) Source #
The name of the group.