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.
4965 4966 4967 |
# File 'sig/types.rbs', line 4965 def arn @arn end |
#include_available_upgrade ⇒ Boolean
Returns the value of attribute include_available_upgrade.
4966 4967 4968 |
# File 'sig/types.rbs', line 4966 def include_available_upgrade @include_available_upgrade end |