Class: Aws::Types::UpdateWebAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWebAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoint ⇒ ::String
Returns the value of attribute access_endpoint.
-
#endpoint_details ⇒ Types::UpdateWebAppEndpointDetails
Returns the value of attribute endpoint_details.
-
#identity_provider_details ⇒ Types::UpdateWebAppIdentityProviderDetails
Returns the value of attribute identity_provider_details.
-
#web_app_id ⇒ ::String
Returns the value of attribute web_app_id.
-
#web_app_units ⇒ Types::WebAppUnits
Returns the value of attribute web_app_units.
Instance Attribute Details
#access_endpoint ⇒ ::String
Returns the value of attribute access_endpoint.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def access_endpoint @access_endpoint end |
#endpoint_details ⇒ Types::UpdateWebAppEndpointDetails
Returns the value of attribute endpoint_details.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def endpoint_details @endpoint_details end |
#identity_provider_details ⇒ Types::UpdateWebAppIdentityProviderDetails
Returns the value of attribute identity_provider_details.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def identity_provider_details @identity_provider_details end |
#web_app_id ⇒ ::String
Returns the value of attribute web_app_id.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def web_app_id @web_app_id end |
#web_app_units ⇒ Types::WebAppUnits
Returns the value of attribute web_app_units.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def web_app_units @web_app_units end |