Class: Aws::IdentityStore::Types::DescribeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::DescribeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name, :description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the group was created.
-
#created_by ⇒ String
The identifier of the user or system that created the group.
-
#description ⇒ String
A string containing a description of the group.
-
#display_name ⇒ String
The group’s display name value.
-
#external_ids ⇒ Array<Types::ExternalId>
A list of ‘ExternalId` objects that contains the identifiers issued to this resource by an external identity provider.
-
#group_id ⇒ String
The identifier for a group in the identity store.
-
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
-
#updated_at ⇒ Time
The date and time the group was last updated.
-
#updated_by ⇒ String
The identifier of the user or system that last updated the group.
Instance Attribute Details
#created_at ⇒ Time
The date and time the group was created.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#created_by ⇒ String
The identifier of the user or system that created the group.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#description ⇒ String
A string containing a description of the group.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#display_name ⇒ String
The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#external_ids ⇒ Array<Types::ExternalId>
A list of ‘ExternalId` objects that contains the identifiers issued to this resource by an external identity provider.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#group_id ⇒ String
The identifier for a group in the identity store.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the group was last updated.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |
#updated_by ⇒ String
The identifier of the user or system that last updated the group.
595 596 597 598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 595 class DescribeGroupResponse < Struct.new( :group_id, :display_name, :external_ids, :description, :created_at, :updated_at, :created_by, :updated_by, :identity_store_id) SENSITIVE = [:display_name, :description] include Aws::Structure end |