Class: Aws::Types::GetEnabledStandardsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnabledStandardsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#standards_subscriptions ⇒ ::Array[Types::StandardsSubscription]
Returns the value of attribute standards_subscriptions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def next_token @next_token end |
#standards_subscriptions ⇒ ::Array[Types::StandardsSubscription]
Returns the value of attribute standards_subscriptions.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 def standards_subscriptions @standards_subscriptions end |