Class: Aws::QuickSight::Types::CreateFolderMembershipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#folder_memberTypes::FolderMember

Information about the member in the folder.

Returns:



5226
5227
5228
5229
5230
5231
5232
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5226

class CreateFolderMembershipResponse < Struct.new(
  :status,
  :folder_member,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


5226
5227
5228
5229
5230
5231
5232
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5226

class CreateFolderMembershipResponse < Struct.new(
  :status,
  :folder_member,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5226
5227
5228
5229
5230
5231
5232
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5226

class CreateFolderMembershipResponse < Struct.new(
  :status,
  :folder_member,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end