Class: Aws::IdentityStore::Types::GetGroupIdResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

The identifier for a group in the identity store.

Returns:

  • (String)


751
752
753
754
755
756
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 751

class GetGroupIdResponse < Struct.new(
  :group_id,
  :identity_store_id)
  SENSITIVE = []
  include Aws::Structure
end

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


751
752
753
754
755
756
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 751

class GetGroupIdResponse < Struct.new(
  :group_id,
  :identity_store_id)
  SENSITIVE = []
  include Aws::Structure
end