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)


5433
5434
5435
# File 'sig/types.rbs', line 5433

def arn
  @arn
end

#custom_instructionsTypes::CustomInstructions

Returns the value of attribute custom_instructions.



5436
5437
5438
# File 'sig/types.rbs', line 5436

def custom_instructions
  @custom_instructions
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5438
5439
5440
# File 'sig/types.rbs', line 5438

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5437
5438
5439
# File 'sig/types.rbs', line 5437

def status
  @status
end

#topicTypes::TopicV2Details

Returns the value of attribute topic.



5435
5436
5437
# File 'sig/types.rbs', line 5435

def topic
  @topic
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


5434
5435
5436
# File 'sig/types.rbs', line 5434

def topic_id
  @topic_id
end