Class: Aws::Types::DeactivateSubscriptionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def domain_id
  @domain_id
end

#subscription_id::String

Returns the value of attribute subscription_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def subscription_id
  @subscription_id
end