Class: Aws::Types::ConfigurationTargets
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationTargets
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Subscriptions, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subscriptions ⇒ ::Array[Types::AzureSubscription]
Returns the value of attribute subscriptions.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#subscriptions ⇒ ::Array[Types::AzureSubscription]
Returns the value of attribute subscriptions.
601 602 603 |
# File 'sig/types.rbs', line 601 def subscriptions @subscriptions end |
#unknown ⇒ Object
Returns the value of attribute unknown.
602 603 604 |
# File 'sig/types.rbs', line 602 def unknown @unknown end |