Class: Aws::DataZone::Types::SubscribedGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the subscribed group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The ID of the subscribed group.
Instance Attribute Details
#identifier ⇒ String
The ID of the subscribed group.
20072 20073 20074 20075 20076 |
# File 'lib/aws-sdk-datazone/types.rb', line 20072 class SubscribedGroupInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |