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)


2731
2732
2733
# File 'sig/types.rbs', line 2731

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



2736
2737
2738
# File 'sig/types.rbs', line 2736

def custom_instructions
  @custom_instructions
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2735
2736
2737
# File 'sig/types.rbs', line 2735

def folder_arns
  @folder_arns
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2734
2735
2736
# File 'sig/types.rbs', line 2734

def tags
  @tags
end

#topicTypes::TopicDetails

Returns the value of attribute topic.

Returns:



2733
2734
2735
# File 'sig/types.rbs', line 2733

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2732
2733
2734
# File 'sig/types.rbs', line 2732

def topic_id
  @topic_id
end