Class: Aws::Types::WebAppConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WebAppConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ehr_role ⇒ ::String
Returns the value of attribute ehr_role.
-
#idc_application_id ⇒ ::String
Returns the value of attribute idc_application_id.
-
#idc_region ⇒ ::String
Returns the value of attribute idc_region.
Instance Attribute Details
#ehr_role ⇒ ::String
Returns the value of attribute ehr_role.
527 528 529 |
# File 'sig/types.rbs', line 527 def ehr_role @ehr_role end |
#idc_application_id ⇒ ::String
Returns the value of attribute idc_application_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def idc_application_id @idc_application_id end |
#idc_region ⇒ ::String
Returns the value of attribute idc_region.
529 530 531 |
# File 'sig/types.rbs', line 529 def idc_region @idc_region end |