Class: Aws::Types::AttributeMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_field"x509Subject", ...

Returns the value of attribute certificate_field.

Returns:

  • ("x509Subject", "x509Issuer", "x509SAN")


17
18
19
# File 'sig/types.rbs', line 17

def certificate_field
  @certificate_field
end

#mapping_rules::Array[Types::MappingRule]

Returns the value of attribute mapping_rules.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def mapping_rules
  @mapping_rules
end