Class: Aws::Types::DescribePartnerAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePartnerAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#include_available_upgrade ⇒ Boolean
Returns the value of attribute include_available_upgrade.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4962 4963 4964 |
# File 'sig/types.rbs', line 4962 def arn @arn end |
#include_available_upgrade ⇒ Boolean
Returns the value of attribute include_available_upgrade.
4963 4964 4965 |
# File 'sig/types.rbs', line 4963 def include_available_upgrade @include_available_upgrade end |