Class: Aws::Types::ConfirmSubscriptionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticate_on_unsubscribe::String

Returns the value of attribute authenticate_on_unsubscribe.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def authenticate_on_unsubscribe
  @authenticate_on_unsubscribe
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def token
  @token
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def topic_arn
  @topic_arn
end