Class: Aws::Types::SubscriptionInfo
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
Instance Attribute Details
#product_id ⇒ ::String
Returns the value of attribute product_id.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def product_id @product_id end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def vendor_name @vendor_name end |