Class: Aws::Types::ApplicationVersionPage
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationVersionPage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#versions ⇒ ::Array[Types::VersionSummary]
Returns the value of attribute versions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
72 73 74 |
# File 'sig/types.rbs', line 72 def next_token @next_token end |
#versions ⇒ ::Array[Types::VersionSummary]
Returns the value of attribute versions.
73 74 75 |
# File 'sig/types.rbs', line 73 def versions @versions end |