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)


11430
11431
11432
# File 'sig/types.rbs', line 11430

def identifier
  @identifier
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


11431
11432
11433
# File 'sig/types.rbs', line 11431

def topic_arn
  @topic_arn
end