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)


13204
13205
13206
# File 'sig/types.rbs', line 13204

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



13207
13208
13209
# File 'sig/types.rbs', line 13207

def custom_instructions
  @custom_instructions
end

#topicTypes::TopicDetails

Returns the value of attribute topic.

Returns:



13206
13207
13208
# File 'sig/types.rbs', line 13206

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13205
13206
13207
# File 'sig/types.rbs', line 13205

def topic_id
  @topic_id
end