Class: Aws::Types::ServiceConnectTlsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceConnectTlsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#issuer_certificate_authority ⇒ Types::ServiceConnectTlsCertificateAuthority
Returns the value of attribute issuer_certificate_authority.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#issuer_certificate_authority ⇒ Types::ServiceConnectTlsCertificateAuthority
Returns the value of attribute issuer_certificate_authority.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def @issuer_certificate_authority end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def kms_key @kms_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def role_arn @role_arn end |