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)


11547
11548
11549
# File 'sig/types.rbs', line 11547

def arn
  @arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11549
11550
11551
# File 'sig/types.rbs', line 11549

def name
  @name
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


11548
11549
11550
# File 'sig/types.rbs', line 11548

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")


11550
11551
11552
# File 'sig/types.rbs', line 11550

def user_experience_version
  @user_experience_version
end