Class: Aws::Types::TlsValidationContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#subject_alternative_namesTypes::SubjectAlternativeNames

Returns the value of attribute subject_alternative_names.



1131
1132
1133
# File 'sig/types.rbs', line 1131

def subject_alternative_names
  @subject_alternative_names
end

#trustTypes::TlsValidationContextTrust

Returns the value of attribute trust.



1132
1133
1134
# File 'sig/types.rbs', line 1132

def trust
  @trust
end