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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5654

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)


5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5654

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)


5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5654

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)


5654
5655
5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5654

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