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)


2629
2630
2631
# File 'sig/types.rbs', line 2629

def 
  @aws_account_id
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



2634
2635
2636
# File 'sig/types.rbs', line 2634

def custom_instructions
  @custom_instructions
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2633
2634
2635
# File 'sig/types.rbs', line 2633

def folder_arns
  @folder_arns
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2632
2633
2634
# File 'sig/types.rbs', line 2632

def tags
  @tags
end

#topicTypes::TopicV2Details

Returns the value of attribute topic.



2631
2632
2633
# File 'sig/types.rbs', line 2631

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


2630
2631
2632
# File 'sig/types.rbs', line 2630

def topic_id
  @topic_id
end