Class: Aws::QuickSight::Types::CreateFolderMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateFolderMembershipResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#folder_member ⇒ Types::FolderMember
Information about the member in the folder.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#folder_member ⇒ Types::FolderMember
Information about the member in the folder.
3687 3688 3689 3690 3691 3692 3693 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3687 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
3687 3688 3689 3690 3691 3692 3693 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3687 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
3687 3688 3689 3690 3691 3692 3693 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3687 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end |