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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6292
6293
6294
6295
6296
6297
6298
# File 'lib/aws-sdk-quicksight/types.rb', line 6292

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)


6292
6293
6294
6295
6296
6297
6298
# File 'lib/aws-sdk-quicksight/types.rb', line 6292

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


6292
6293
6294
6295
6296
6297
6298
# File 'lib/aws-sdk-quicksight/types.rb', line 6292

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