Class: Aws::Types::ListUnsupportedAppVersionResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUnsupportedAppVersionResourcesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#app_version ⇒ ::String
Returns the value of attribute app_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def app_arn @app_arn end |
#app_version ⇒ ::String
Returns the value of attribute app_version.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def app_version @app_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def next_token @next_token end |
#resolution_id ⇒ ::String
Returns the value of attribute resolution_id.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def resolution_id @resolution_id end |