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.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def @certificate_authority end |
#certificates ⇒ ::Array[Types::TlsCertificateData]
Returns the value of attribute certificates.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def certificates @certificates end |
#description ⇒ ::String
Returns the value of attribute description.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def encryption_configuration @encryption_configuration end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def last_modified_time @last_modified_time end |
#number_of_associations ⇒ ::Integer
Returns the value of attribute number_of_associations.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def number_of_associations @number_of_associations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def @tags end |
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def tls_inspection_configuration_arn @tls_inspection_configuration_arn end |
#tls_inspection_configuration_id ⇒ ::String
Returns the value of attribute tls_inspection_configuration_id.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def tls_inspection_configuration_id @tls_inspection_configuration_id end |
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def tls_inspection_configuration_name @tls_inspection_configuration_name end |
#tls_inspection_configuration_status ⇒ "ACTIVE", ...
Returns the value of attribute tls_inspection_configuration_status.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def tls_inspection_configuration_status @tls_inspection_configuration_status end |