Class: Aws::Types::UpdateTopicRequest

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)


12748
12749
12750
# File 'sig/types.rbs', line 12748

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



12751
12752
12753
# File 'sig/types.rbs', line 12751

def custom_instructions
  @custom_instructions
end

#topicTypes::TopicDetails

Returns the value of attribute topic.

Returns:



12750
12751
12752
# File 'sig/types.rbs', line 12750

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


12749
12750
12751
# File 'sig/types.rbs', line 12749

def topic_id
  @topic_id
end