Class: Aws::Types::DescribeDomainConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_protocol ⇒ "SECURE_MQTT", ...
Returns the value of attribute application_protocol.
-
#authentication_type ⇒ "CUSTOM_AUTH_X509", ...
Returns the value of attribute authentication_type.
-
#authorizer_config ⇒ Types::AuthorizerConfig
Returns the value of attribute authorizer_config.
-
#client_certificate_config ⇒ Types::ClientCertificateConfig
Returns the value of attribute client_certificate_config.
-
#domain_configuration_arn ⇒ ::String
Returns the value of attribute domain_configuration_arn.
-
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
-
#domain_configuration_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute domain_configuration_status.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_type ⇒ "ENDPOINT", ...
Returns the value of attribute domain_type.
-
#last_status_change_date ⇒ ::Time
Returns the value of attribute last_status_change_date.
-
#server_certificate_config ⇒ Types::ServerCertificateConfig
Returns the value of attribute server_certificate_config.
-
#server_certificates ⇒ ::Array[Types::ServerCertificateSummary]
Returns the value of attribute server_certificates.
-
#service_type ⇒ "DATA", ...
Returns the value of attribute service_type.
-
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
Instance Attribute Details
#application_protocol ⇒ "SECURE_MQTT", ...
Returns the value of attribute application_protocol.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def application_protocol @application_protocol end |
#authentication_type ⇒ "CUSTOM_AUTH_X509", ...
Returns the value of attribute authentication_type.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def authentication_type @authentication_type end |
#authorizer_config ⇒ Types::AuthorizerConfig
Returns the value of attribute authorizer_config.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def @authorizer_config end |
#client_certificate_config ⇒ Types::ClientCertificateConfig
Returns the value of attribute client_certificate_config.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def client_certificate_config @client_certificate_config end |
#domain_configuration_arn ⇒ ::String
Returns the value of attribute domain_configuration_arn.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def domain_configuration_arn @domain_configuration_arn end |
#domain_configuration_name ⇒ ::String
Returns the value of attribute domain_configuration_name.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def domain_configuration_name @domain_configuration_name end |
#domain_configuration_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute domain_configuration_status.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def domain_configuration_status @domain_configuration_status end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def domain_name @domain_name end |
#domain_type ⇒ "ENDPOINT", ...
Returns the value of attribute domain_type.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def domain_type @domain_type end |
#last_status_change_date ⇒ ::Time
Returns the value of attribute last_status_change_date.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def last_status_change_date @last_status_change_date end |
#server_certificate_config ⇒ Types::ServerCertificateConfig
Returns the value of attribute server_certificate_config.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def server_certificate_config @server_certificate_config end |
#server_certificates ⇒ ::Array[Types::ServerCertificateSummary]
Returns the value of attribute server_certificates.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def server_certificates @server_certificates end |
#service_type ⇒ "DATA", ...
Returns the value of attribute service_type.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def service_type @service_type end |
#tls_config ⇒ Types::TlsConfig
Returns the value of attribute tls_config.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def tls_config @tls_config end |