Class: Aws::DataZone::Types::SubscribedGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The group that subscribes to the asset.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the subscribed group.
-
#name ⇒ String
The name of the subscribed group.
Instance Attribute Details
#id ⇒ String
The ID of the subscribed group.
20057 20058 20059 20060 20061 20062 |
# File 'lib/aws-sdk-datazone/types.rb', line 20057 class SubscribedGroup < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the subscribed group.
20057 20058 20059 20060 20061 20062 |
# File 'lib/aws-sdk-datazone/types.rb', line 20057 class SubscribedGroup < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |