Class: Aws::QuickSight::Types::CreateGroupMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateGroupMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_member ⇒ Types::GroupMember
The group member.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#group_member ⇒ Types::GroupMember
The group member.
5881 5882 5883 5884 5885 5886 5887 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5881 class CreateGroupMembershipResponse < Struct.new( :group_member, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
5881 5882 5883 5884 5885 5886 5887 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5881 class CreateGroupMembershipResponse < Struct.new( :group_member, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
5881 5882 5883 5884 5885 5886 5887 |
# File 'lib/aws-sdk-quicksight/types.rb', line 5881 class CreateGroupMembershipResponse < Struct.new( :group_member, :request_id, :status) SENSITIVE = [] include Aws::Structure end |