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)


5417
5418
5419
# File 'sig/types.rbs', line 5417

def arn
  @arn
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



5422
5423
5424
# File 'sig/types.rbs', line 5422

def custom_instructions
  @custom_instructions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5420
5421
5422
# File 'sig/types.rbs', line 5420

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5421
5422
5423
# File 'sig/types.rbs', line 5421

def status
  @status
end

#topicTypes::TopicDetails

Returns the value of attribute topic.

Returns:



5419
5420
5421
# File 'sig/types.rbs', line 5419

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5418
5419
5420
# File 'sig/types.rbs', line 5418

def topic_id
  @topic_id
end