Class: Aws::Types::TopicIdentifierDeclaration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


11820
11821
11822
# File 'sig/types.rbs', line 11820

def identifier
  @identifier
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


11821
11822
11823
# File 'sig/types.rbs', line 11821

def topic_arn
  @topic_arn
end