Class: Aws::Types::CreateWebAppConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateWebAppConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ehr_role ⇒ ::String
Returns the value of attribute ehr_role.
-
#idc_instance_id ⇒ ::String
Returns the value of attribute idc_instance_id.
-
#idc_region ⇒ ::String
Returns the value of attribute idc_region.
Instance Attribute Details
#ehr_role ⇒ ::String
Returns the value of attribute ehr_role.
95 96 97 |
# File 'sig/types.rbs', line 95 def ehr_role @ehr_role end |
#idc_instance_id ⇒ ::String
Returns the value of attribute idc_instance_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def idc_instance_id @idc_instance_id end |
#idc_region ⇒ ::String
Returns the value of attribute idc_region.
97 98 99 |
# File 'sig/types.rbs', line 97 def idc_region @idc_region end |