Class: Aws::IdentityStore::Types::DescribeGroupRequest

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)


490
491
492
493
494
495
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 490

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

#identity_store_idString

The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.

Returns:

  • (String)


490
491
492
493
494
495
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 490

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