Class: Aws::Types::ListPlatformVersionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListPlatformVersionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#platform_summary_list ⇒ ::Array[Types::PlatformSummary]
Returns the value of attribute platform_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
686 687 688 |
# File 'sig/types.rbs', line 686 def next_token @next_token end |
#platform_summary_list ⇒ ::Array[Types::PlatformSummary]
Returns the value of attribute platform_summary_list.
685 686 687 |
# File 'sig/types.rbs', line 685 def platform_summary_list @platform_summary_list end |