Class: Aws::Types::DescribeDomainConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_protocol"SECURE_MQTT", ...

Returns the value of attribute application_protocol.

Returns:

  • ("SECURE_MQTT", "MQTT_WSS", "HTTPS", "DEFAULT")


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.

Returns:

  • ("CUSTOM_AUTH_X509", "CUSTOM_AUTH", "AWS_X509", "AWS_SIGV4", "DEFAULT")


1773
1774
1775
# File 'sig/types.rbs', line 1773

def authentication_type
  @authentication_type
end

#authorizer_configTypes::AuthorizerConfig

Returns the value of attribute authorizer_config.



1766
1767
1768
# File 'sig/types.rbs', line 1766

def authorizer_config
  @authorizer_config
end

#client_certificate_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENDPOINT", "AWS_MANAGED", "CUSTOMER_MANAGED")


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.

Returns:

  • (::Time)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def last_status_change_date
  @last_status_change_date
end

#server_certificate_configTypes::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.

Returns:



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.

Returns:

  • ("DATA", "CREDENTIAL_PROVIDER", "JOBS")


1768
1769
1770
# File 'sig/types.rbs', line 1768

def service_type
  @service_type
end

#tls_configTypes::TlsConfig

Returns the value of attribute tls_config.

Returns:



1771
1772
1773
# File 'sig/types.rbs', line 1771

def tls_config
  @tls_config
end