Class: Aws::Types::DescribeTopicResponse

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)


5184
5185
5186
# File 'sig/types.rbs', line 5184

def arn
  @arn
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



5189
5190
5191
# File 'sig/types.rbs', line 5189

def custom_instructions
  @custom_instructions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5187
5188
5189
# File 'sig/types.rbs', line 5187

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5188
5189
5190
# File 'sig/types.rbs', line 5188

def status
  @status
end

#topicTypes::TopicDetails

Returns the value of attribute topic.

Returns:



5186
5187
5188
# File 'sig/types.rbs', line 5186

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5185
5186
5187
# File 'sig/types.rbs', line 5185

def topic_id
  @topic_id
end