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)


12765
12766
12767
# File 'sig/types.rbs', line 12765

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



12768
12769
12770
# File 'sig/types.rbs', line 12768

def custom_instructions
  @custom_instructions
end

#publish_option"DRAFT", "PUBLISH"

Returns the value of attribute publish_option.

Returns:

  • ("DRAFT", "PUBLISH")


12769
12770
12771
# File 'sig/types.rbs', line 12769

def publish_option
  @publish_option
end

#topicTypes::TopicV2Details

Returns the value of attribute topic.



12767
12768
12769
# File 'sig/types.rbs', line 12767

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


12766
12767
12768
# File 'sig/types.rbs', line 12766

def topic_id
  @topic_id
end