Class: Aws::Types::PutAttributeMappingRequest

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")


192
193
194
# File 'sig/types.rbs', line 192

def certificate_field
  @certificate_field
end

#mapping_rules::Array[Types::MappingRule]

Returns the value of attribute mapping_rules.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def mapping_rules
  @mapping_rules
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def profile_id
  @profile_id
end