Class: Aws::QuickSight::Types::CreateFolderMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateFolderMembershipResponse
- Includes:
- Structure
- Defined in:
- 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.
6270 6271 6272 6273 6274 6275 6276 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6270 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.
6270 6271 6272 6273 6274 6275 6276 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6270 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
6270 6271 6272 6273 6274 6275 6276 |
# File 'lib/aws-sdk-quicksight/types.rb', line 6270 class CreateFolderMembershipResponse < Struct.new( :status, :folder_member, :request_id) SENSITIVE = [] include Aws::Structure end |