Class: Aws::Types::SetSubscriptionAttributesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def attribute_name
  @attribute_name
end

#attribute_value::String

Returns the value of attribute attribute_value.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def attribute_value
  @attribute_value
end

#subscription_arn::String

Returns the value of attribute subscription_arn.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def subscription_arn
  @subscription_arn
end