Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#portal_options ⇒ Types::UpdateApplicationPortalOptions
Returns the value of attribute portal_options.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def application_arn @application_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def name @name end |
#portal_options ⇒ Types::UpdateApplicationPortalOptions
Returns the value of attribute portal_options.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def @portal_options end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def status @status end |