Class: Aws::IoTSiteWise::Types::GroupIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GroupIdentity
- Defined in:
- gems/aws-sdk-iotsitewise/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.
6325 6326 6327 6328 6329 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6325 class GroupIdentity < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |