Class: Aws::DataZone::Types::GetGroupProfileOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:group_name]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the Amazon DataZone domain in which the group profile exists.

Returns:

  • (String)


7764
7765
7766
7767
7768
7769
7770
7771
# File 'lib/aws-sdk-datazone/types.rb', line 7764

class GetGroupProfileOutput < Struct.new(
  :domain_id,
  :group_name,
  :id,
  :status)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#group_nameString

The name of the group for which the specified group profile exists.

Returns:

  • (String)


7764
7765
7766
7767
7768
7769
7770
7771
# File 'lib/aws-sdk-datazone/types.rb', line 7764

class GetGroupProfileOutput < Struct.new(
  :domain_id,
  :group_name,
  :id,
  :status)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#idString

The identifier of the group profile.

Returns:

  • (String)


7764
7765
7766
7767
7768
7769
7770
7771
# File 'lib/aws-sdk-datazone/types.rb', line 7764

class GetGroupProfileOutput < Struct.new(
  :domain_id,
  :group_name,
  :id,
  :status)
  SENSITIVE = [:group_name]
  include Aws::Structure
end

#statusString

The identifier of the group profile.

Returns:

  • (String)


7764
7765
7766
7767
7768
7769
7770
7771
# File 'lib/aws-sdk-datazone/types.rb', line 7764

class GetGroupProfileOutput < Struct.new(
  :domain_id,
  :group_name,
  :id,
  :status)
  SENSITIVE = [:group_name]
  include Aws::Structure
end