Class: Aws::Types::UpdateTopicV2Request

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)


13221
13222
13223
# File 'sig/types.rbs', line 13221

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



13224
13225
13226
# File 'sig/types.rbs', line 13224

def custom_instructions
  @custom_instructions
end

#publish_option"DRAFT", "PUBLISH"

Returns the value of attribute publish_option.

Returns:

  • ("DRAFT", "PUBLISH")


13225
13226
13227
# File 'sig/types.rbs', line 13225

def publish_option
  @publish_option
end

#topicTypes::TopicV2Details

Returns the value of attribute topic.



13223
13224
13225
# File 'sig/types.rbs', line 13223

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


13222
13223
13224
# File 'sig/types.rbs', line 13222

def topic_id
  @topic_id
end