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

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def endpoint
  @endpoint
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def owner
  @owner
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def protocol
  @protocol
end

#subscription_arn::String

Returns the value of attribute subscription_arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def subscription_arn
  @subscription_arn
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def topic_arn
  @topic_arn
end