Class: Aws::Types::DeleteAttributeMappingRequest

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


73
74
75
# File 'sig/types.rbs', line 73

def certificate_field
  @certificate_field
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def profile_id
  @profile_id
end

#specifiers::Array[::String]

Returns the value of attribute specifiers.

Returns:

  • (::Array[::String])


74
75
76
# File 'sig/types.rbs', line 74

def specifiers
  @specifiers
end