Class: Aws::Types::SubscribeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


556
557
558
# File 'sig/types.rbs', line 556

def attributes
  @attributes
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def endpoint
  @endpoint
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def protocol
  @protocol
end

#return_subscription_arnBoolean

Returns the value of attribute return_subscription_arn.

Returns:

  • (Boolean)


557
558
559
# File 'sig/types.rbs', line 557

def return_subscription_arn
  @return_subscription_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def topic_arn
  @topic_arn
end