Class: Aws::Types::ListScriptsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListScriptsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scripts ⇒ ::Array[Types::Script]
Returns the value of attribute scripts.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def next_token @next_token end |
#scripts ⇒ ::Array[Types::Script]
Returns the value of attribute scripts.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def scripts @scripts end |