Class: Aws::Types::DescribeTopicV2Response

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


5200
5201
5202
# File 'sig/types.rbs', line 5200

def arn
  @arn
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



5203
5204
5205
# File 'sig/types.rbs', line 5203

def custom_instructions
  @custom_instructions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5205
5206
5207
# File 'sig/types.rbs', line 5205

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5204
5205
5206
# File 'sig/types.rbs', line 5204

def status
  @status
end

#topicTypes::TopicV2Details

Returns the value of attribute topic.



5202
5203
5204
# File 'sig/types.rbs', line 5202

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5201
5202
5203
# File 'sig/types.rbs', line 5201

def topic_id
  @topic_id
end