Class: Aws::Types::DescribedWebApp
- Inherits:
-
Object
- Object
- Aws::Types::DescribedWebApp
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoint ⇒ ::String
Returns the value of attribute access_endpoint.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#described_endpoint_details ⇒ Types::DescribedWebAppEndpointDetails
Returns the value of attribute described_endpoint_details.
-
#described_identity_provider_details ⇒ Types::DescribedWebAppIdentityProviderDetails
Returns the value of attribute described_identity_provider_details.
-
#endpoint_type ⇒ "PUBLIC", "VPC"
Returns the value of attribute endpoint_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#web_app_endpoint ⇒ ::String
Returns the value of attribute web_app_endpoint.
-
#web_app_endpoint_policy ⇒ "FIPS", "STANDARD"
Returns the value of attribute web_app_endpoint_policy.
-
#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.
641 642 643 |
# File 'sig/types.rbs', line 641 def access_endpoint @access_endpoint end |
#arn ⇒ ::String
Returns the value of attribute arn.
638 639 640 |
# File 'sig/types.rbs', line 638 def arn @arn end |
#described_endpoint_details ⇒ Types::DescribedWebAppEndpointDetails
Returns the value of attribute described_endpoint_details.
647 648 649 |
# File 'sig/types.rbs', line 647 def described_endpoint_details @described_endpoint_details end |
#described_identity_provider_details ⇒ Types::DescribedWebAppIdentityProviderDetails
Returns the value of attribute described_identity_provider_details.
640 641 642 |
# File 'sig/types.rbs', line 640 def described_identity_provider_details @described_identity_provider_details end |
#endpoint_type ⇒ "PUBLIC", "VPC"
Returns the value of attribute endpoint_type.
646 647 648 |
# File 'sig/types.rbs', line 646 def endpoint_type @endpoint_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
644 645 646 |
# File 'sig/types.rbs', line 644 def end |
#web_app_endpoint ⇒ ::String
Returns the value of attribute web_app_endpoint.
642 643 644 |
# File 'sig/types.rbs', line 642 def web_app_endpoint @web_app_endpoint end |
#web_app_endpoint_policy ⇒ "FIPS", "STANDARD"
Returns the value of attribute web_app_endpoint_policy.
645 646 647 |
# File 'sig/types.rbs', line 645 def web_app_endpoint_policy @web_app_endpoint_policy end |
#web_app_id ⇒ ::String
Returns the value of attribute web_app_id.
639 640 641 |
# File 'sig/types.rbs', line 639 def web_app_id @web_app_id end |
#web_app_units ⇒ Types::WebAppUnits
Returns the value of attribute web_app_units.
643 644 645 |
# File 'sig/types.rbs', line 643 def web_app_units @web_app_units end |