Class: Aws::Types::Subscription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#end_point::String

Returns the value of attribute end_point.

Returns:



807
808
809
# File 'sig/types.rbs', line 807

def end_point
  @end_point
end

#protocol"HTTPS", "SQS"

Returns the value of attribute protocol.

Returns:



808
809
810
# File 'sig/types.rbs', line 808

def protocol
  @protocol
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:



806
807
808
# File 'sig/types.rbs', line 806

def subscription_id
  @subscription_id
end