Class: Aws::Types::ServiceConnectTlsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#issuer_certificate_authorityTypes::ServiceConnectTlsCertificateAuthority

Returns the value of attribute issuer_certificate_authority.



2323
2324
2325
# File 'sig/types.rbs', line 2323

def issuer_certificate_authority
  @issuer_certificate_authority
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def role_arn
  @role_arn
end