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.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def kms_key @kms_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def role_arn @role_arn end |