Class: Aws::Types::CreateWebAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWebAppRequest
- 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::WebAppEndpointDetails
Returns the value of attribute endpoint_details.
-
#identity_provider_details ⇒ Types::WebAppIdentityProviderDetails
Returns the value of attribute identity_provider_details.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#web_app_endpoint_policy ⇒ "FIPS", "STANDARD"
Returns the value of attribute web_app_endpoint_policy.
-
#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.
193 194 195 |
# File 'sig/types.rbs', line 193 def access_endpoint @access_endpoint end |
#endpoint_details ⇒ Types::WebAppEndpointDetails
Returns the value of attribute endpoint_details.
197 198 199 |
# File 'sig/types.rbs', line 197 def endpoint_details @endpoint_details end |
#identity_provider_details ⇒ Types::WebAppIdentityProviderDetails
Returns the value of attribute identity_provider_details.
192 193 194 |
# File 'sig/types.rbs', line 192 def identity_provider_details @identity_provider_details end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
195 196 197 |
# File 'sig/types.rbs', line 195 def @tags end |
#web_app_endpoint_policy ⇒ "FIPS", "STANDARD"
Returns the value of attribute web_app_endpoint_policy.
196 197 198 |
# File 'sig/types.rbs', line 196 def web_app_endpoint_policy @web_app_endpoint_policy end |
#web_app_units ⇒ Types::WebAppUnits
Returns the value of attribute web_app_units.
194 195 196 |
# File 'sig/types.rbs', line 194 def web_app_units @web_app_units end |