Class: Aws::Types::ListUnsupportedAppVersionResourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUnsupportedAppVersionResourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
-
#unsupported_resources ⇒ ::Array[Types::UnsupportedResource]
Returns the value of attribute unsupported_resources.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def next_token @next_token end |
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def resolution_id @resolution_id end |
#unsupported_resources ⇒ ::Array[Types::UnsupportedResource]
Returns the value of attribute unsupported_resources.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def unsupported_resources @unsupported_resources end |