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:



5714
5715
5716
5717
5718
5719
5720
# File 'lib/aws-sdk-quicksight/types.rb', line 5714

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)


5714
5715
5716
5717
5718
5719
5720
# File 'lib/aws-sdk-quicksight/types.rb', line 5714

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


5714
5715
5716
5717
5718
5719
5720
# File 'lib/aws-sdk-quicksight/types.rb', line 5714

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