Class: Aws::DataZone::Types::SubscribedGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the subscribed group.

Returns:

  • (String)


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

#nameString

The name of the subscribed group.

Returns:

  • (String)


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