Class: Aws::DataZone::Types::SubscribedGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedGroup
- Defined in:
- gems/aws-sdk-datazone/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.
19098 19099 19100 19101 19102 19103 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19098 class SubscribedGroup < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the subscribed group.
19098 19099 19100 19101 19102 19103 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19098 class SubscribedGroup < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |