Class: Aws::Types::TLSInspectionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::TLSInspectionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority ⇒ Types::TlsCertificateData
Returns the value of attribute certificate_authority.
-
#certificates ⇒ ::Array[Types::TlsCertificateData]
Returns the value of attribute certificates.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
-
#tls_inspection_configuration_id ⇒ ::String
Returns the value of attribute tls_inspection_configuration_id.
-
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
-
#tls_inspection_configuration_status ⇒ "ACTIVE", ...
Returns the value of attribute tls_inspection_configuration_status.
Instance Attribute Details
#certificate_authority ⇒ Types::TlsCertificateData
Returns the value of attribute certificate_authority.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def @certificate_authority end |
#certificates ⇒ ::Array[Types::TlsCertificateData]
Returns the value of attribute certificates.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def certificates @certificates end |
#description ⇒ ::String
Returns the value of attribute description.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def encryption_configuration @encryption_configuration end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def last_modified_time @last_modified_time end |
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def number_of_associations @number_of_associations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def @tags end |
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def tls_inspection_configuration_arn @tls_inspection_configuration_arn end |
#tls_inspection_configuration_id ⇒ ::String
Returns the value of attribute tls_inspection_configuration_id.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def tls_inspection_configuration_id @tls_inspection_configuration_id end |
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def tls_inspection_configuration_name @tls_inspection_configuration_name end |
#tls_inspection_configuration_status ⇒ "ACTIVE", ...
Returns the value of attribute tls_inspection_configuration_status.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def tls_inspection_configuration_status @tls_inspection_configuration_status end |