Class: Aws::Types::UpdateResolverDnssecConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def resource_id
  @resource_id
end

#validation"ENABLE", ...

Returns the value of attribute validation.

Returns:

  • ("ENABLE", "DISABLE", "USE_LOCAL_RESOURCE_SETTING")


1333
1334
1335
# File 'sig/types.rbs', line 1333

def validation
  @validation
end