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.



2339
2340
2341
# File 'sig/types.rbs', line 2339

def issuer_certificate_authority
  @issuer_certificate_authority
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2341
2342
2343
# File 'sig/types.rbs', line 2341

def role_arn
  @role_arn
end