Class: Aws::Types::VirtualGatewayTlsValidationContextTrust

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

Defined Under Namespace

Classes: Acm, File, Sds, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acmTypes::VirtualGatewayTlsValidationContextAcmTrust

Returns the value of attribute acm.



1512
1513
1514
# File 'sig/types.rbs', line 1512

def acm
  @acm
end

#fileTypes::VirtualGatewayTlsValidationContextFileTrust

Returns the value of attribute file.



1513
1514
1515
# File 'sig/types.rbs', line 1513

def file
  @file
end

#sdsTypes::VirtualGatewayTlsValidationContextSdsTrust

Returns the value of attribute sds.



1514
1515
1516
# File 'sig/types.rbs', line 1514

def sds
  @sds
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def unknown
  @unknown
end