Class: Aws::Types::CreateTopicV2Request

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)


2760
2761
2762
# File 'sig/types.rbs', line 2760

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



2765
2766
2767
# File 'sig/types.rbs', line 2765

def custom_instructions
  @custom_instructions
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2764
2765
2766
# File 'sig/types.rbs', line 2764

def folder_arns
  @folder_arns
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2763
2764
2765
# File 'sig/types.rbs', line 2763

def tags
  @tags
end

#topicTypes::TopicV2Details

Returns the value of attribute topic.



2762
2763
2764
# File 'sig/types.rbs', line 2762

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def topic_id
  @topic_id
end