Class: Aws::DataZone::Types::GroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GroupDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of a group in Amazon DataZone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the group in Amazon DataZone.
Instance Attribute Details
#group_id ⇒ String
The identifier of the group in Amazon DataZone.
9036 9037 9038 9039 9040 |
# File 'lib/aws-sdk-datazone/types.rb', line 9036 class GroupDetails < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |