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_member ⇒ Types::FolderMember

Information about the member in the folder.

Returns:



10896
10897
10898
10899
10900
10901
10902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10896

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.

Returns:

  • (String)


10896
10897
10898
10899
10900
10901
10902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10896

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


10896
10897
10898
10899
10900
10901
10902
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10896

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