Class: Aws::IoTSiteWise::Types::GroupIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GroupIdentity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information for a group identity in an access policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The IAM Identity Center ID of the group.
Instance Attribute Details
#id ⇒ String
The IAM Identity Center ID of the group.
5944 5945 5946 5947 5948 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5944 class GroupIdentity < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |