Class: Aws::Types::TopicV2Summary

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)


11587
11588
11589
# File 'sig/types.rbs', line 11587

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11589
11590
11591
# File 'sig/types.rbs', line 11589

def name
  @name
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


11588
11589
11590
# File 'sig/types.rbs', line 11588

def topic_id
  @topic_id
end