Class: Aws::QuickSight::Types::CreateTopicRequest

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

#aws_account_idString

The ID of the Amazon Web Services account that you want to create a topic in.

Returns:

  • (String)


7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7364

class CreateTopicRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :topic,
  :tags,
  :folder_arns,
  :custom_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#custom_instructionsTypes::CustomInstructions

Custom instructions for the topic.



7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7364

class CreateTopicRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :topic,
  :tags,
  :folder_arns,
  :custom_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#folder_arnsArray<String>

The Folder ARN of the folder that you want the topic to reside in.

Returns:

  • (Array<String>)


7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7364

class CreateTopicRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :topic,
  :tags,
  :folder_arns,
  :custom_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.

Returns:



7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7364

class CreateTopicRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :topic,
  :tags,
  :folder_arns,
  :custom_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#topicTypes::TopicDetails

The definition of a topic to create.

Returns:



7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7364

class CreateTopicRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :topic,
  :tags,
  :folder_arns,
  :custom_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#topic_idString

The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Returns:

  • (String)


7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7364

class CreateTopicRequest < Struct.new(
  :aws_account_id,
  :topic_id,
  :topic,
  :tags,
  :folder_arns,
  :custom_instructions)
  SENSITIVE = []
  include Aws::Structure
end