Class: Aws::Types::CreateTopicRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2600
2601
2602
# File 'sig/types.rbs', line 2600

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



2605
2606
2607
# File 'sig/types.rbs', line 2605

def custom_instructions
  @custom_instructions
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2604
2605
2606
# File 'sig/types.rbs', line 2604

def folder_arns
  @folder_arns
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2603
2604
2605
# File 'sig/types.rbs', line 2603

def tags
  @tags
end

#topicTypes::TopicDetails

Returns the value of attribute topic.

Returns:



2602
2603
2604
# File 'sig/types.rbs', line 2602

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2601
2602
2603
# File 'sig/types.rbs', line 2601

def topic_id
  @topic_id
end