Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
162 163 164 |
# File 'sig/types.rbs', line 162 def instance_count @instance_count end |
#name ⇒ ::String
Returns the value of attribute name.
163 164 165 |
# File 'sig/types.rbs', line 163 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
164 165 166 |
# File 'sig/types.rbs', line 164 def type @type end |