Class: Aws::Types::UpdateTopicResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE")


1744
1745
1746
# File 'sig/types.rbs', line 1744

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def topic_arn
  @topic_arn
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def topic_name
  @topic_name
end