Class: Aws::Types::TopicSummary

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)


11937
11938
11939
# File 'sig/types.rbs', line 11937

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11939
11940
11941
# File 'sig/types.rbs', line 11939

def name
  @name
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


11938
11939
11940
# File 'sig/types.rbs', line 11938

def topic_id
  @topic_id
end

#user_experience_version"LEGACY", "NEW_READER_EXPERIENCE"

Returns the value of attribute user_experience_version.

Returns:

  • ("LEGACY", "NEW_READER_EXPERIENCE")


11940
11941
11942
# File 'sig/types.rbs', line 11940

def user_experience_version
  @user_experience_version
end