Class: Aws::Types::ResolverConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autodefined_reverse"ENABLING", ...

Returns the value of attribute autodefined_reverse.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED", "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING", "USE_LOCAL_RESOURCE_SETTING")


1044
1045
1046
# File 'sig/types.rbs', line 1044

def autodefined_reverse
  @autodefined_reverse
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def id
  @id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def owner_id
  @owner_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def resource_id
  @resource_id
end